Skip to content

Commit

Permalink
Fixed bug in branding image upload size text
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Jul 10, 2018
1 parent c1e8705 commit 0e88a6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/views/settings/branding.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
{{ trans('button.select_file') }}
<input type="file" name="image" accept="image/gif,image/jpeg,image/png,image/svg" hidden>
</label>
<p class="help-block">{{ trans('general.image_filetypes_help') }}</p>

<p class="help-block" id="upload-file-status">{{ trans('general.image_filetypes_help', ['size' => \App\Helpers\Helper::file_upload_max_size_readable()]) }}</p>

{!! $errors->first('image', '<span class="alert-msg">:message</span>') !!}
{{ Form::checkbox('clear_logo', '1', Input::old('clear_logo'),array('class' => 'minimal')) }} Remove
Expand Down

0 comments on commit 0e88a6b

Please sign in to comment.