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/en/index.php | |
| parent | 2d17c020b6695d47debda065804db4e2d2f92e55 (diff) | |
Correct casing for GitHub (#6460)
Diffstat (limited to 'app/i18n/en/index.php')
| -rw-r--r-- | app/i18n/en/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/en/index.php b/app/i18n/en/index.php index ac72b983d..5c4906469 100644 --- a/app/i18n/en/index.php +++ b/app/i18n/en/index.php @@ -19,7 +19,7 @@ return array( 'credits_content' => 'Some design elements come from <a href="http://twitter.github.io/bootstrap/">Bootstrap</a> although FreshRSS doesn’t use this framework. <a href="https://gitlab.gnome.org/Archive/gnome-icon-theme-symbolic">Icons</a> come from the <a href="https://www.gnome.org/">GNOME project</a>. <em>Open Sans</em> font police has been created by <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS is based on <a href="https://framagit.org/marienfressinaud/MINZ">Minz</a>, a PHP framework.', 'documentation' => 'Documentation', 'freshrss_description' => 'FreshRSS is a self-hostable RSS aggregator and reader. It allows you to read and follow several news websites at a glance without the need to browse from one website to another. FreshRSS is lightweight, configurable, and easy to use.', - 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">on Github</a>', + 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">on GitHub</a>', 'license' => 'License', 'project_website' => 'Project website', 'title' => 'About', |
