Skip to content

Commit

Permalink
Updated label text to be more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
dsbilling committed Oct 23, 2024
1 parent 22ff705 commit 33a8172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/vobilet-admin/logo.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<div class="col-sm-3">
<div class="form-group">
<label class="form-control-label">Dark Logo</label>
<label class="form-control-label">Dark logo on light background</label>
<div class="custom-file">
<input type="file" class="custom-file-input" name="logo_dark">
<label class="custom-file-label">{{ __('global.choosefile') }}</label>
Expand Down Expand Up @@ -54,7 +54,7 @@

<div class="col-sm-3">
<div class="form-group">
<label class="form-control-label">Light Logo</label>
<label class="form-control-label">Light logo on dark background</label>
<div class="custom-file">
<input type="file" class="custom-file-input" name="logo_light">
<label class="custom-file-label">{{ __('global.choosefile') }}</label>
Expand Down

0 comments on commit 33a8172

Please sign in to comment.