diff --git a/lang/de/auth.php b/lang/de/auth.php index 9d56823..6986507 100644 --- a/lang/de/auth.php +++ b/lang/de/auth.php @@ -9,6 +9,8 @@ return [ 'login_subtitle' => 'Zugang zum Clusev-Panel.', 'email' => 'E-Mail', 'password' => 'Passwort', + 'toggle_password' => 'Passwort anzeigen', + 'hide_password' => 'Passwort verbergen', 'remember_me' => 'Angemeldet bleiben', 'login_submit' => 'Anmelden', 'checking' => 'Prüfe…', diff --git a/lang/en/auth.php b/lang/en/auth.php index 16008f6..62cbc22 100644 --- a/lang/en/auth.php +++ b/lang/en/auth.php @@ -9,6 +9,8 @@ return [ 'login_subtitle' => 'Access to the Clusev panel.', 'email' => 'Email', 'password' => 'Password', + 'toggle_password' => 'Show password', + 'hide_password' => 'Hide password', 'remember_me' => 'Stay signed in', 'login_submit' => 'Sign in', 'checking' => 'Checking…', diff --git a/resources/views/livewire/auth/forgot-password.blade.php b/resources/views/livewire/auth/forgot-password.blade.php index 2dc1443..02bb928 100644 --- a/resources/views/livewire/auth/forgot-password.blade.php +++ b/resources/views/livewire/auth/forgot-password.blade.php @@ -13,7 +13,7 @@