Fix typo: update wether to whether (#1098)
This commit is contained in:
parent
68f0811273
commit
6316cfe2af
2 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@
|
|||
<div class="form-group">
|
||||
<label for="pConfigLogs" class="form-label">Log Configuration</label>
|
||||
<textarea data-action="handle-tabs" id="pConfigLogs" name="config_logs" class="form-control" rows="6">{{ old('config_logs') }}</textarea>
|
||||
<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>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
|
|
|
@ -140,7 +140,7 @@
|
|||
<div class="form-group">
|
||||
<label for="pConfigLogs" class="form-label">Log Configuration</label>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
|
|
Loading…
Reference in a new issue