diff options
| author | 2022-01-16 22:01:14 +0100 | |
|---|---|---|
| committer | 2022-01-16 22:01:14 +0100 | |
| commit | a2fe354ccb709411d8e370c604880d45ff2795cf (patch) | |
| tree | 1b2f78a38fc0222aa1ef4acbfdd30c863fcf2ae1 /app/i18n/en-us/index.php | |
| parent | 12665cf27c9c578f4c2c7f78bc23bc03ca3bb4a8 (diff) | |
[i18n] Fix "Add a RSS feed" typo (#4161)
* [i18n] Fix "Add a RSS feed" typo
* fix the typo also in i18n/en[-us]/index.php
* moar
* moar
Co-authored-by: mathContao <math-home@web.de>
Diffstat (limited to 'app/i18n/en-us/index.php')
| -rw-r--r-- | app/i18n/en-us/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/en-us/index.php b/app/i18n/en-us/index.php index bc3a80eb6..f954a9f79 100644 --- a/app/i18n/en-us/index.php +++ b/app/i18n/en-us/index.php @@ -17,7 +17,7 @@ return array( 'bugs_reports' => 'Bug reports', // IGNORE 'credits' => 'Credits', // IGNORE '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://git.gnome.org/browse/gnome-icon-theme-symbolic">Icons</a> come from <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://github.com/marienfressinaud/MINZ">Minz</a>, a PHP framework.', // IGNORE - 'freshrss_description' => 'FreshRSS is a RSS feeds aggregator to self-host like <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> or <a href="https://github.com/LeedRSS/Leed">Leed</a>. It is light and easy to take in hand while being powerful and configurable tool.', // IGNORE + 'freshrss_description' => 'FreshRSS is an RSS feed aggregator to self-host like <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> or <a href="https://github.com/LeedRSS/Leed">Leed</a>. It is light and easy to take in hand while being powerful and configurable tool.', // IGNORE 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">on Github</a>', // IGNORE 'license' => 'License', // IGNORE 'project_website' => 'Project website', // IGNORE |
