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/el | |
| parent | 2d17c020b6695d47debda065804db4e2d2f92e55 (diff) | |
Correct casing for GitHub (#6460)
Diffstat (limited to 'app/i18n/el')
| -rw-r--r-- | app/i18n/el/admin.php | 2 | ||||
| -rw-r--r-- | app/i18n/el/index.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/el/admin.php b/app/i18n/el/admin.php index 7c561b94b..0c5f490e5 100644 --- a/app/i18n/el/admin.php +++ b/app/i18n/el/admin.php @@ -213,7 +213,7 @@ return array( 'latest' => 'Stable release (“latest”)', // TODO ), 'title' => 'Ενημέρωση συστήματος', - 'viaGit' => 'Update via git and Github.com started', // TODO + 'viaGit' => 'Update via git and GitHub.com started', // TODO ), 'user' => array( 'admin' => 'Διαχειριστής', diff --git a/app/i18n/el/index.php b/app/i18n/el/index.php index acee104e3..d8b12a8d0 100644 --- a/app/i18n/el/index.php +++ b/app/i18n/el/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.', // TODO 'documentation' => 'Documentation', // TODO '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.', // TODO - 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">on Github</a>', // TODO + 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">on GitHub</a>', // TODO 'license' => 'License', // TODO 'project_website' => 'Project website', // TODO 'title' => 'About', // TODO |
