diff options
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", |
