diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-10-22 00:06:52 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-10-22 00:07:11 +0200 |
| commit | 5d6fd75899e96826f8e8aa0c84f7f186cbc7e471 (patch) | |
| tree | 811cf377bdbe85a3343aed673a6541efee64e982 /src/frontend/app/i18n | |
| parent | 770f764d55045dae34737a5d6111cc7362330e9a (diff) | |
Confirm region change, make app name more consistent
Diffstat (limited to 'src/frontend/app/i18n')
| -rw-r--r-- | src/frontend/app/i18n/locales/en-GB.json | 4 | ||||
| -rw-r--r-- | src/frontend/app/i18n/locales/es-ES.json | 2 | ||||
| -rw-r--r-- | src/frontend/app/i18n/locales/gl-ES.json | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/frontend/app/i18n/locales/en-GB.json b/src/frontend/app/i18n/locales/en-GB.json index 4d0c91b..12c8121 100644 --- a/src/frontend/app/i18n/locales/en-GB.json +++ b/src/frontend/app/i18n/locales/en-GB.json @@ -1,7 +1,7 @@ { "about": { - "title": "About UrbanoVigo Web", - "description": "Web app to find stops and arrival times for Vigo's urban buses, Spain.", + "title": "About BusUrbano", + "description": "Web app to find stops and arrival times for urban buses, Spain.", "credits": "Credits", "github": "Code on GitHub", "developed_by": "Developed by", diff --git a/src/frontend/app/i18n/locales/es-ES.json b/src/frontend/app/i18n/locales/es-ES.json index 0915361..e929382 100644 --- a/src/frontend/app/i18n/locales/es-ES.json +++ b/src/frontend/app/i18n/locales/es-ES.json @@ -1,6 +1,6 @@ { "about": { - "title": "Sobre UrbanoVigo Web", + "title": "Sobre BusUrbano", "description": "Aplicación web para encontrar paradas y tiempos de llegada de los autobuses urbanos de Vigo, España.", "credits": "Créditos", "github": "Código en GitHub", diff --git a/src/frontend/app/i18n/locales/gl-ES.json b/src/frontend/app/i18n/locales/gl-ES.json index 8949333..ed1ef53 100644 --- a/src/frontend/app/i18n/locales/gl-ES.json +++ b/src/frontend/app/i18n/locales/gl-ES.json @@ -1,6 +1,6 @@ { "about": { - "title": "Sobre UrbanoVigo Web", + "title": "Sobre BusUrbano", "description": "Aplicación web para atopar paradas e tempos de chegada dos autobuses urbanos de Vigo, España.", "credits": "Créditos", "github": "Código en GitHub", |
