1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-10 12:01:57 +08:00

Improve translation for Price Checking

This commit is contained in:
Yamel Senih 2020-12-04 14:02:02 -04:00
parent 122c5233bc
commit 17d326dddb
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -392,7 +392,7 @@ export default {
}
},
priceChecking: {
messageError: 'This Product Not Available',
productNotFound: 'Unavailable Product',
basePrice: 'Base price'
},
productInfo: {

View File

@ -367,7 +367,7 @@ export default {
}
},
priceChecking: {
messageError: 'Este Producto No Disponible',
productNotFound: 'Producto No Disponible',
basePrice: 'Precio Base'
},
productInfo: {