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/de | |
| parent | 2d17c020b6695d47debda065804db4e2d2f92e55 (diff) | |
Correct casing for GitHub (#6460)
Diffstat (limited to 'app/i18n/de')
| -rw-r--r-- | app/i18n/de/admin.php | 2 | ||||
| -rw-r--r-- | app/i18n/de/index.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/de/admin.php b/app/i18n/de/admin.php index ce2399f44..314be6ef7 100644 --- a/app/i18n/de/admin.php +++ b/app/i18n/de/admin.php @@ -213,7 +213,7 @@ return array( 'latest' => 'Stabile Version (“latest”)', ), 'title' => 'System aktualisieren', - 'viaGit' => 'Update über git und Github.com gestartet', + 'viaGit' => 'Update über git und GitHub.com gestartet', ), 'user' => array( 'admin' => 'Administrator', // IGNORE diff --git a/app/i18n/de/index.php b/app/i18n/de/index.php index 7d6367280..27d7508b4 100644 --- a/app/i18n/de/index.php +++ b/app/i18n/de/index.php @@ -19,7 +19,7 @@ return array( 'credits_content' => 'Einige Designelemente stammen von <a href="http://twitter.github.io/bootstrap/">Bootstrap</a>, obwohl FreshRSS dieses Framework nicht nutzt. <a href="https://gitlab.gnome.org/Archive/gnome-icon-theme-symbolic">Icons</a> stammen vom <a href="https://www.gnome.org/">GNOME project</a>. <em>Open Sans</em> Font wurde von <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a> erstellt. FreshRSS basiert auf <a href="https://framagit.org/marienfressinaud/MINZ">Minz</a>, einem PHP-Framework.', 'documentation' => 'Handbuch', 'freshrss_description' => 'FreshRSS ist ein RSS-Feedsaggregator zum selbst hosten. Er ist leicht und einfach zu handhaben und gleichzeitig ein leistungsstarkes und konfigurierbares Werkzeug.', - 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">auf Github</a>', + 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">auf GitHub</a>', 'license' => 'Lizenz', 'project_website' => 'Projekt-Website', 'title' => 'Über', |
