Update translation from population to city
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
1ab9bfefed
commit
e4553659cf
|
@ -42,8 +42,8 @@ const columns = ref([
|
|||
align: 'left',
|
||||
},
|
||||
{
|
||||
name: 'population',
|
||||
label: t('Population'),
|
||||
name: 'city',
|
||||
label: t('City'),
|
||||
field: (row) => row?.address?.city,
|
||||
sortable: true,
|
||||
align: 'left',
|
||||
|
@ -232,7 +232,7 @@ es:
|
|||
Tickets to add: Tickets a añadir
|
||||
Client: Cliente
|
||||
Province: Provincia
|
||||
Population: Población
|
||||
City: Población
|
||||
PC: CP
|
||||
Address: Dirección
|
||||
Zone: Zona
|
||||
|
|
Loading…
Reference in New Issue