Skip to content

Commit 7258d7d

Browse files
authored
Update config.blade.php
1 parent 276a64b commit 7258d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pihole/config.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="items">
33
<input type="hidden" data-config="dataonly" class="config-item" name="config[dataonly]" value="1" />
44
<div class="input">
5-
<label>{{ strtoupper(__('app.url')) }} (for v6 use https)</label>
5+
<label>{{ strtoupper(__('app.url')) }}</label>
66
{!! Form::text('config[override_url]', isset($item) ? $item->getconfig()->override_url : null, ['placeholder' => __('app.apps.override'), 'id' => 'override_url', 'class' => 'form-control']) !!}
77
</div>
88
<div class="input">

0 commit comments

Comments
 (0)