mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-11 02:47:44 -04:00
[i18n] German: flip alter/neuer typo (#3668)
Fixes https://github.com/FreshRSS/FreshRSS/issues/3667
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user