forked from verdnatura/salix-front
Fix tooltip label in supplier agency term
This commit is contained in:
parent
5d0290f585
commit
a888472ad2
|
@ -1017,6 +1017,7 @@ export default {
|
|||
m3Price: 'M3 Price',
|
||||
routePrice: 'Route price',
|
||||
minimumKm: 'Minimum Km',
|
||||
addRow: 'Add row',
|
||||
},
|
||||
consumption: {
|
||||
entry: 'Entry',
|
||||
|
|
|
@ -1017,6 +1017,7 @@ export default {
|
|||
m3Price: 'Precio M3',
|
||||
routePrice: 'Precio ruta',
|
||||
minimumKm: 'Km mínimos',
|
||||
addRow: 'Añadir fila',
|
||||
},
|
||||
consumption: {
|
||||
entry: 'Entrada',
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue