From 70d8935a1b6a2947d087bcd84a67efbb0877dfbb Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Mon, 7 Jun 2021 22:26:25 +0200 Subject: [i18n] German: flip alter/neuer typo (#3668) Fixes https://github.com/FreshRSS/FreshRSS/issues/3667 --- app/i18n/de/sub.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') 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', -- cgit v1.2.3