diff --git a/data/web/autoconfig.php b/data/web/autoconfig.php index 95952df0d..6a528d4a2 100644 --- a/data/web/autoconfig.php +++ b/data/web/autoconfig.php @@ -85,7 +85,7 @@ if (count($records) == 0 || $records[0]['target'] != '') { ?> password-cleartext - + If you didn't change the password given to you by the administrator or if you didn't change it in a long time, please consider doing that now. Sollten Sie das Ihnen durch den Administrator vergebene Passwort noch nicht geändert haben, empfehlen wir dies nun zu tun. Auch ein altes Passwort sollte aus Sicherheitsgründen geändert werden. diff --git a/data/web/js/site/admin.js b/data/web/js/site/admin.js index b6edf6f80..0195a9c3c 100644 --- a/data/web/js/site/admin.js +++ b/data/web/js/site/admin.js @@ -558,7 +558,7 @@ jQuery(function($){ } else if (table == 'oauth2clientstable') { $.each(data, function (i, item) { item.action = '
' + - ' ' + lang.edit + '' + + ' ' + lang.edit + '' + ' ' + lang.remove + '' + '
'; item.scope = "profile"; @@ -573,7 +573,7 @@ jQuery(function($){ item.action = '
' + ' ' + lang.edit + '' + ' ' + lang.remove + '' + - ' Login' + + ' Login' + '
'; }); } else if (table == 'adminstable') {