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/it/index.php | |
| parent | 2d17c020b6695d47debda065804db4e2d2f92e55 (diff) | |
Correct casing for GitHub (#6460)
Diffstat (limited to 'app/i18n/it/index.php')
| -rw-r--r-- | app/i18n/it/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/it/index.php b/app/i18n/it/index.php index 08c790a84..14fcd25fa 100644 --- a/app/i18n/it/index.php +++ b/app/i18n/it/index.php @@ -19,7 +19,7 @@ return array( 'credits_content' => 'Alcuni elementi di design provengono da <a href="http://twitter.github.io/bootstrap/">Bootstrap</a> sebbene FreshRSS non usi questo framework. Le <a href="https://gitlab.gnome.org/Archive/gnome-icon-theme-symbolic">icone</a> provengono dal progetto <a href="https://www.gnome.org/">GNOME</a>. Il carattere <em>Open Sans</em> è stato creato da <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS è basato su <a href="https://framagit.org/marienfressinaud/MINZ">Minz</a>, un framework PHP.', 'documentation' => 'Documentazione', 'freshrss_description' => 'FreshRSS è un aggregatore di feeds RSS da installare sul proprio host. Leggero e facile da mantenere pur essendo molto configurabile e potente.', - 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">su Github</a>', + 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">su GitHub</a>', 'license' => 'Licenza', 'project_website' => 'Sito del progetto', 'title' => 'Informazioni', |
