Skip to content

Commit 6316cfe

Browse files
KungRaseriDaneEveritt
authored andcommitted
Fix typo: update wether to whether (pterodactyl#1098)
1 parent 68f0811 commit 6316cfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/themes/pterodactyl/admin/eggs/new.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<div class="form-group">
9696
<label for="pConfigLogs" class="form-label">Log Configuration</label>
9797
<textarea data-action="handle-tabs" id="pConfigLogs" name="config_logs" class="form-control" rows="6">{{ old('config_logs') }}</textarea>
98-
<p class="text-muted small">This should be a JSON representation of where log files are stored, and wether or not the daemon should be creating custom logs.</p>
98+
<p class="text-muted small">This should be a JSON representation of where log files are stored, and whether or not the daemon should be creating custom logs.</p>
9999
</div>
100100
</div>
101101
<div class="col-sm-6">

resources/themes/pterodactyl/admin/eggs/view.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<div class="form-group">
141141
<label for="pConfigLogs" class="form-label">Log Configuration</label>
142142
<textarea data-action="handle-tabs" id="pConfigLogs" name="config_logs" class="form-control" rows="6">{{ ! is_null($egg->config_logs) ? json_encode(json_decode($egg->config_logs), JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES) : '' }}</textarea>
143-
<p class="text-muted small">This should be a JSON representation of where log files are stored, and wether or not the daemon should be creating custom logs.</p>
143+
<p class="text-muted small">This should be a JSON representation of where log files are stored, and whether or not the daemon should be creating custom logs.</p>
144144
</div>
145145
</div>
146146
<div class="col-sm-6">

0 commit comments

Comments
 (0)