Skip to content

Commit

Permalink
corrected some spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
tkolzer committed Jun 20, 2024
1 parent 73c8c31 commit e363475
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lang/de/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
);
2 changes: 1 addition & 1 deletion lang/en/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
);
2 changes: 1 addition & 1 deletion resources/views/auth/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<section class="module-container">
<header>
<div class="section-title">
{{ __('app.diabled_feature') }}
{{ __('app.disabled_feature') }}
</div>
</header>
</section>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/userselect.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<section class="module-container">
<header>
<div class="section-title">
{{ __('app.diabled_feature') }}
{{ __('app.disabled_feature') }}
</div>
</header>
</section>
Expand Down

0 comments on commit e363475

Please sign in to comment.