From 2ed91026fcfef83ce5ef466a15e078229a106a6f Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 15 May 2024 08:58:10 +0200 Subject: Correct casing for GitHub (#6460) --- app/i18n/es/admin.php | 2 +- app/i18n/es/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app/i18n/es') diff --git a/app/i18n/es/admin.php b/app/i18n/es/admin.php index 2c83bf76d..6a13ae549 100644 --- a/app/i18n/es/admin.php +++ b/app/i18n/es/admin.php @@ -213,7 +213,7 @@ return array( 'latest' => 'Stable release (“latest”)', // TODO ), 'title' => 'Actualizar sistema', - 'viaGit' => 'Update via git and Github.com started', // TODO + 'viaGit' => 'Update via git and GitHub.com started', // TODO ), 'user' => array( 'admin' => 'Administrador', diff --git a/app/i18n/es/index.php b/app/i18n/es/index.php index c27809389..027743e0c 100644 --- a/app/i18n/es/index.php +++ b/app/i18n/es/index.php @@ -19,7 +19,7 @@ return array( 'credits_content' => 'Aunque FreshRSS no usa ese entorno, algunos elementos del diseño están obtenidos de Bootstrap. Los Iconos han sido obtenidos del proyecto GNOME. La fuente Open Sans es una creación de Steve Matteson. FreshRSS usa el entorno PHP Minz.', 'documentation' => 'Documentacion', 'freshrss_description' => 'FreshRSS es un agregador de fuentes RSS de alojamiento privado. Es una herramienta potente, pero ligera y fácil de usar y configurar.', - 'github' => 'en Github', + 'github' => 'en GitHub', 'license' => 'Licencia', 'project_website' => 'Web del proyecto', 'title' => 'Acerca de', -- cgit v1.2.3