From 3cbbf807abda5b162d5839dae17e7475b62e3e5b Mon Sep 17 00:00:00 2001 From: Tobias Kolzer Date: Sat, 15 Jun 2024 09:14:52 +0200 Subject: [PATCH] corrected some spelling mistakes --- lang/de/app.php | 2 +- lang/en/app.php | 2 +- resources/views/auth/login.blade.php | 2 +- resources/views/userselect.blade.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/de/app.php b/lang/de/app.php index 62795aff..675ba946 100644 --- a/lang/de/app.php +++ b/lang/de/app.php @@ -107,5 +107,5 @@ return array ( 'dashboard.settings' => 'Einstellungen', 'role' => 'Authentifizierungsrolle', 'unauthorized_for_form' => 'Sie haben keinen Zugriff auf diese Seite.', - 'diabled_feature' => 'Diese Funktion ist deaktiviert.', + 'disabled_feature' => 'Diese Funktion ist deaktiviert.', ); \ No newline at end of file diff --git a/lang/en/app.php b/lang/en/app.php index 2941edb8..0a63eae7 100644 --- a/lang/en/app.php +++ b/lang/en/app.php @@ -116,5 +116,5 @@ return array ( 'dashboard.settings' => 'Settings', 'role' => 'Authentification role', 'unauthorized_for_form' => 'You are not authorised to view this form.', - 'diabled_feature' => 'This feature is disabled.', + 'disabled_feature' => 'This feature is disabled.', ); \ No newline at end of file diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 7247d4ce..00055c70 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -27,7 +27,7 @@ $user = \App\User::currentUser();
- {{ __('app.diabled_feature') }} + {{ __('app.disabled_feature') }}
diff --git a/resources/views/userselect.blade.php b/resources/views/userselect.blade.php index abcd673d..02eca822 100644 --- a/resources/views/userselect.blade.php +++ b/resources/views/userselect.blade.php @@ -18,7 +18,7 @@
- {{ __('app.diabled_feature') }} + {{ __('app.disabled_feature') }}