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',
|
align: 'left',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'population',
|
name: 'city',
|
||||||
label: t('Population'),
|
label: t('City'),
|
||||||
field: (row) => row?.address?.city,
|
field: (row) => row?.address?.city,
|
||||||
sortable: true,
|
sortable: true,
|
||||||
align: 'left',
|
align: 'left',
|
||||||
|
@ -232,7 +232,7 @@ es:
|
||||||
Tickets to add: Tickets a añadir
|
Tickets to add: Tickets a añadir
|
||||||
Client: Cliente
|
Client: Cliente
|
||||||
Province: Provincia
|
Province: Provincia
|
||||||
Population: Población
|
City: Población
|
||||||
PC: CP
|
PC: CP
|
||||||
Address: Dirección
|
Address: Dirección
|
||||||
Zone: Zona
|
Zone: Zona
|
||||||
|
|
Loading…
Reference in New Issue