Skip to content

Commit

Permalink
fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Godmartinz committed Jan 29, 2025
1 parent 2163312 commit 16d322d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/settings/branding.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<!-- Branding -->
<div class="form-group {{ $errors->has('brand') ? 'error' : '' }}">
<div class="col-md-3">
<label for="brand">{{ __('Select Brand Type') }}</label>
<label for="brand">{{ trans('admin/settings/general.web_brand') }}</label>
</div>
<div class="col-md-9">
<select name="brand" id="brand" class="form-control select2 minimumResultsForSearch" style="width: 150px;">
Expand Down

0 comments on commit 16d322d

Please sign in to comment.