From e3634756a7be7d08a8ebdb0e7d7d1e6ecaa2356f 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 62795aff2..675ba9467 100644 --- a/lang/de/app.php +++ b/lang/de/app.php @@ -107,5 +107,5 @@ '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 2941edb87..0a63eae71 100644 --- a/lang/en/app.php +++ b/lang/en/app.php @@ -116,5 +116,5 @@ '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 7247d4cef..00055c70d 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -27,7 +27,7 @@
- {{ __('app.diabled_feature') }} + {{ __('app.disabled_feature') }}
diff --git a/resources/views/userselect.blade.php b/resources/views/userselect.blade.php index abcd673db..02eca822b 100644 --- a/resources/views/userselect.blade.php +++ b/resources/views/userselect.blade.php @@ -18,7 +18,7 @@
- {{ __('app.diabled_feature') }} + {{ __('app.disabled_feature') }}