Improve translation for Price Checking
parent
122c5233bc
commit
17d326dddb
|
@ -64,7 +64,7 @@
|
|||
<el-row v-if="!messageError" :gutter="20">
|
||||
<el-col style="padding-left: 0px; padding-right: 0%;">
|
||||
<div class="product-price amount">
|
||||
{{ $t('form.priceChecking.messageError') }}
|
||||
{{ $t('form.priceChecking.productNotFound') }}
|
||||
</div>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
|
|
@ -392,7 +392,7 @@ export default {
|
|||
}
|
||||
},
|
||||
priceChecking: {
|
||||
messageError: 'This Product Not Available',
|
||||
productNotFound: 'Unavailable Product',
|
||||
basePrice: 'Base price'
|
||||
},
|
||||
productInfo: {
|
||||
|
|
|
@ -367,7 +367,7 @@ export default {
|
|||
}
|
||||
},
|
||||
priceChecking: {
|
||||
messageError: 'Este Producto No Disponible',
|
||||
productNotFound: 'Producto No Disponible',
|
||||
basePrice: 'Precio Base'
|
||||
},
|
||||
productInfo: {
|
||||
|
|
Loading…
Reference in New Issue