diff --git a/lang/de/admin.php b/lang/de/admin.php index 54577ea..06d6c8a 100644 --- a/lang/de/admin.php +++ b/lang/de/admin.php @@ -128,7 +128,7 @@ return [ 'warning' => 'Warnung', ], - 'retry' => 'Erneut versuchen', + 'retry' => 'Wiederholen', 'run_retried' => 'Lauf wird erneut gestartet.', 'run_started' => 'Gestartet', 'run_activity' => 'Letzte Aktivität', diff --git a/lang/de/instances.php b/lang/de/instances.php index 723c6d0..e137677 100644 --- a/lang/de/instances.php +++ b/lang/de/instances.php @@ -15,5 +15,5 @@ return [ 'wrong_password' => 'Passwort stimmt nicht.', 'too_many_attempts' => 'Zu viele Versuche. Bitte in :seconds Sekunden erneut versuchen.', 'cancel' => 'Abbrechen', - 'admin_action' => 'Als Administrator anmelden', + 'admin_action' => 'Adminzugang', ]; diff --git a/lang/en/instances.php b/lang/en/instances.php index 98610cd..e8a6df8 100644 --- a/lang/en/instances.php +++ b/lang/en/instances.php @@ -15,5 +15,5 @@ return [ 'wrong_password' => 'That password is not correct.', 'too_many_attempts' => 'Too many attempts. Try again in :seconds seconds.', 'cancel' => 'Cancel', - 'admin_action' => 'Sign in as administrator', + 'admin_action' => 'Admin access', ]; diff --git a/resources/views/components/shell/nav.blade.php b/resources/views/components/shell/nav.blade.php index 16fe336..8bbddf2 100644 --- a/resources/views/components/shell/nav.blade.php +++ b/resources/views/components/shell/nav.blade.php @@ -17,10 +17,10 @@ density, and that lives in the tokens — not here. --}}