diff options
| author | 2024-05-15 08:58:10 +0200 | |
|---|---|---|
| committer | 2024-05-15 08:58:10 +0200 | |
| commit | 2ed91026fcfef83ce5ef466a15e078229a106a6f (patch) | |
| tree | e11f2ef5f85d65029c9bdcc6d38304d8cbcdada6 /app/i18n/es/index.php | |
| parent | 2d17c020b6695d47debda065804db4e2d2f92e55 (diff) | |
Correct casing for GitHub (#6460)
Diffstat (limited to 'app/i18n/es/index.php')
| -rw-r--r-- | app/i18n/es/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 <a href="http://twitter.github.io/bootstrap/">Bootstrap</a>. Los <a href="https://gitlab.gnome.org/Archive/gnome-icon-theme-symbolic">Iconos</a> han sido obtenidos del <a href="https://www.gnome.org/">proyecto GNOME</a>. La fuente <em>Open Sans</em> es una creación de <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS usa el entorno PHP <a href="https://framagit.org/marienfressinaud/MINZ">Minz</a>.', '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' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">en Github</a>', + 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">en GitHub</a>', 'license' => 'Licencia', 'project_website' => 'Web del proyecto', 'title' => 'Acerca de', |
