add security question when deleting api-key
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -2169,3 +2169,4 @@ $lng['panel']['settingsmodetoggle'] = 'Click to toggle mode';
|
||||
$lng['panel']['modalclose'] = 'Close';
|
||||
$lng['panel']['managetablecolumnsmodal']['title'] = 'Manage table columns';
|
||||
$lng['panel']['managetablecolumnsmodal']['description'] = 'Here you can customize the visible columns';
|
||||
$lng['question']['apikey_reallydelete'] = 'Do you really want to delete this api-key?';
|
||||
|
||||
@@ -1807,3 +1807,4 @@ $lng['panel']['settingsmodetoggle'] = 'Modus umschalten';
|
||||
$lng['panel']['modalclose'] = 'Schließen';
|
||||
$lng['panel']['managetablecolumnsmodal']['title'] = 'Tabellenspalten verwalten';
|
||||
$lng['panel']['managetablecolumnsmodal']['description'] = 'Hier können die angezeigten Tabellenspalten angepasst werden';
|
||||
$lng['question']['plan_reallydelete'] = 'Wollen Sie den Api-Key wirklich löschen?';
|
||||
|
||||
Reference in New Issue
Block a user