aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/de/sub.php
diff options
context:
space:
mode:
authorGravatar Frans de Jonge <fransdejonge@gmail.com> 2021-06-07 22:26:25 +0200
committerGravatar GitHub <noreply@github.com> 2021-06-07 22:26:25 +0200
commit70d8935a1b6a2947d087bcd84a67efbb0877dfbb (patch)
tree8dd7c69b0bbe409cd7a68d34ea07402f0c299eb3 /app/i18n/de/sub.php
parent483b6eb33357540f96dfd36695254475ae15c5f8 (diff)
[i18n] German: flip alter/neuer typo (#3668)
Fixes https://github.com/FreshRSS/FreshRSS/issues/3667
Diffstat (limited to 'app/i18n/de/sub.php')
-rw-r--r--app/i18n/de/sub.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/de/sub.php b/app/i18n/de/sub.php
index 8698268f3..8df5601cd 100644
--- a/app/i18n/de/sub.php
+++ b/app/i18n/de/sub.php
@@ -124,8 +124,8 @@ return array(
),
'tag' => array(
'name' => 'Name',
- 'new_name' => 'Alter Name',
- 'old_name' => 'Neuer Name',
+ 'new_name' => 'Neuer Name',
+ 'old_name' => 'Alter Name',
),
'title' => array(
'_' => 'Abonnementverwaltung',