Add missing string

This commit is contained in:
Daniel Winzen
2020-11-21 18:45:36 +01:00
parent 7a99b2922e
commit 67f1833b3e
2 changed files with 2 additions and 0 deletions

View File

@ -72,4 +72,5 @@ $T=[
'reject' => 'Ablehnen', 'reject' => 'Ablehnen',
'approve' => 'Akzeptieren', 'approve' => 'Akzeptieren',
'switchviewmode' => 'Ansichtsmodus wechseln', 'switchviewmode' => 'Ansichtsmodus wechseln',
'statusok' => 'Status: OK',
]; ];

View File

@ -74,4 +74,5 @@ $I=[
'succreject' => 'Successfully rejected onion address', 'succreject' => 'Successfully rejected onion address',
'succapprove' => 'Successfully approved onion address', 'succapprove' => 'Successfully approved onion address',
'switchviewmode' => 'Switch view mode', 'switchviewmode' => 'Switch view mode',
'statusok' => 'Status: OK',
]; ];