fix: i18n typo

This commit is contained in:
Methapon2001 2024-07-09 10:16:30 +07:00
parent fe96dba906
commit dbb366ead3
4 changed files with 7 additions and 5 deletions

View file

@ -143,7 +143,7 @@ onMounted(async () => {
:borderless="readonly"
hide-bottom-space
class="col-4"
:label="$t('processingTime')"
:label="$t('productProcessingTime')"
v-model="process"
type="number"
/>

View file

@ -13,7 +13,7 @@ defineProps<{
</script>
<template>
<div class="col-3 app-text-muted"> {{ $t('priceeInformation') }}</div>
<div class="col-3 app-text-muted"> {{ $t('priceInformation') }}</div>
<div class="col-9 row q-col-gutter-md">
<q-input
:dense="dense"