diff options
| -rw-r--r-- | app/i18n/de/sub.php | 4 |
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', |
