Skip to content

Commit 3cbbf80

Browse files
tkolzerknom
authored andcommitted
corrected some spelling mistakes
1 parent 65a6ad5 commit 3cbbf80

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

lang/de/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,5 @@
107107
'dashboard.settings' => 'Einstellungen',
108108
'role' => 'Authentifizierungsrolle',
109109
'unauthorized_for_form' => 'Sie haben keinen Zugriff auf diese Seite.',
110-
'diabled_feature' => 'Diese Funktion ist deaktiviert.',
110+
'disabled_feature' => 'Diese Funktion ist deaktiviert.',
111111
);

lang/en/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,5 @@
116116
'dashboard.settings' => 'Settings',
117117
'role' => 'Authentification role',
118118
'unauthorized_for_form' => 'You are not authorised to view this form.',
119-
'diabled_feature' => 'This feature is disabled.',
119+
'disabled_feature' => 'This feature is disabled.',
120120
);

resources/views/auth/login.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<section class="module-container">
2828
<header>
2929
<div class="section-title">
30-
{{ __('app.diabled_feature') }}
30+
{{ __('app.disabled_feature') }}
3131
</div>
3232
</header>
3333
</section>

resources/views/userselect.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<section class="module-container">
1919
<header>
2020
<div class="section-title">
21-
{{ __('app.diabled_feature') }}
21+
{{ __('app.disabled_feature') }}
2222
</div>
2323
</header>
2424
</section>

0 commit comments

Comments
 (0)