Skip to content

Commit 16d322d

Browse files
committed
fix translation
1 parent 2163312 commit 16d322d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/settings/branding.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<!-- Branding -->
6767
<div class="form-group {{ $errors->has('brand') ? 'error' : '' }}">
6868
<div class="col-md-3">
69-
<label for="brand">{{ __('Select Brand Type') }}</label>
69+
<label for="brand">{{ trans('admin/settings/general.web_brand') }}</label>
7070
</div>
7171
<div class="col-md-9">
7272
<select name="brand" id="brand" class="form-control select2 minimumResultsForSearch" style="width: 150px;">

0 commit comments

Comments
 (0)