0
0
Fork 0

Fix tooltip label in supplier agency term

This commit is contained in:
William Buezas 2024-01-19 11:34:07 -03:00
parent 5d0290f585
commit a888472ad2
3 changed files with 3 additions and 1 deletions

View File

@ -1017,6 +1017,7 @@ export default {
m3Price: 'M3 Price',
routePrice: 'Route price',
minimumKm: 'Minimum Km',
addRow: 'Add row',
},
consumption: {
entry: 'Entry',

View File

@ -1017,6 +1017,7 @@ export default {
m3Price: 'Precio M3',
routePrice: 'Precio ruta',
minimumKm: 'Km mínimos',
addRow: 'Añadir fila',
},
consumption: {
entry: 'Entrada',

View File

@ -128,7 +128,7 @@ onMounted(() => {
<QPageSticky :offset="[20, 20]">
<QBtn fab icon="add" color="primary" @click="redirectToCreateView()" />
<QTooltip>
{{ t('supplier.list.newSupplier') }}
{{ t('supplier.agencyTerms.addRow') }}
</QTooltip>
</QPageSticky>
</template>