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/sub.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/sub.php')
| -rw-r--r-- | app/i18n/en/sub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/en/sub.php b/app/i18n/en/sub.php index 16ef7c3f7..2548916cf 100644 --- a/app/i18n/en/sub.php +++ b/app/i18n/en/sub.php @@ -31,7 +31,7 @@ return array( 'title' => 'Title', ), 'feed' => array( - 'add' => 'Add a RSS feed', + 'add' => 'Add an RSS feed', 'advanced' => 'Advanced', 'archiving' => 'Archiving', 'auth' => array( |
