Skip to content

Commit 6043114

Browse files
committed
Text cleanup for settings
1 parent 26eeffd commit 6043114

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

resources/themes/pterodactyl/admin/settings.blade.php

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,6 @@
3434
<p class="text-muted"><small>This is the name that is used throughout the panel and in emails sent to clients.</small></p>
3535
</div>
3636
</div>
37-
{{-- <div class="form-group col-md-6">
38-
<label class="control-label">Default Language:</label>
39-
<div>
40-
<select name="default_language" class="form-control">
41-
<option value="de" @if(Settings::get('default_language') === 'de')selected @endif>Deutsch</option>
42-
<option value="en" @if(Settings::get('default_language', 'en') === 'en')selected @endif>English</option>
43-
<option value="es" @if(Settings::get('default_language') === 'es')selected @endif>Espa&ntilde;ol</option>
44-
<option value="fr" @if(Settings::get('default_language') === 'fr')selected @endif>Fran&ccedil;ais</option>
45-
<option value="it" @if(Settings::get('default_language') === 'it')selected @endif>Italiano</option>
46-
<option value="pl" @if(Settings::get('default_language') === 'pl')selected @endif>Polski</option>
47-
<option value="pt" @if(Settings::get('default_language') === 'pt')selected @endif>Portugu&ecirc;s</option>
48-
<option value="ru" @if(Settings::get('default_language') === 'ru')selected @endif>&#1088;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;</option>
49-
<option value="se" @if(Settings::get('default_language') === 'se')selected @endif>Svenska</option>
50-
<option value="zh" @if(Settings::get('default_language') === 'zh')selected @endif>&#20013;&#22269;&#30340;的</option>
51-
</select>
52-
<p class="text-muted"><small>This is the default language that all clients will use unless they manually change it.</small></p>
53-
</div>
54-
</div> --}}
5537
<div class="form-group col-md-6">
5638
<label class="control-label">2FA Required</label>
5739
<div>
@@ -66,13 +48,13 @@
6648
<input type="radio" name="2fa" autocomplete="off" value="2" @if (old('2fa', Settings::get('2fa', 0)) == 2) checked @endif> Everybody
6749
</label>
6850
</div>
69-
<p class="text-muted"><small>Require your administrators or users to have 2FA enabled. Users include Admins. Everybody includes Sub Users.</small></p>
51+
<p class="text-muted"><small>For improved security you can require all administrators to have 2-Factor authentication enabled, or even require it for all users on the Panel.</small></p>
7052
</div>
7153
</div>
7254
</div>
7355
<div class="row">
7456
<div class="col-md-12">
75-
<div class="alert alert-info">In order to modify your SMTP settings for sending mail you will need to run <code>php artisan pterodactyl:mail</code> in this project's root folder.</div>
57+
<div class="alert alert-info">In order to modify your SMTP settings for sending mail you will need to run <code>php artisan p:environment:mail</code> in this project's root folder.</div>
7658
</div>
7759
</div>
7860
</div>

0 commit comments

Comments
 (0)