mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-22 04:30:32 +09:00
corrected some spelling mistakes
This commit is contained in:
@@ -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.',
|
||||
);
|
||||
@@ -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.',
|
||||
);
|
||||
@@ -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>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<section class="module-container">
|
||||
<header>
|
||||
<div class="section-title">
|
||||
{{ __('app.diabled_feature') }}
|
||||
{{ __('app.disabled_feature') }}
|
||||
</div>
|
||||
</header>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user