corrected some spelling mistakes

This commit is contained in:
Tobias Kolzer
2024-06-15 09:14:52 +02:00
committed by knom
parent 65a6ad53bf
commit 3cbbf807ab
4 changed files with 4 additions and 4 deletions

View File

@@ -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.',
);

View File

@@ -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.',
);

View File

@@ -27,7 +27,7 @@ $user = \App\User::currentUser();
<section class="module-container">
<header>
<div class="section-title">
{{ __('app.diabled_feature') }}
{{ __('app.disabled_feature') }}
</div>
</header>
</section>

View File

@@ -18,7 +18,7 @@
<section class="module-container">
<header>
<div class="section-title">
{{ __('app.diabled_feature') }}
{{ __('app.disabled_feature') }}
</div>
</header>
</section>