Merge pull request #1588 from jitendra-webkul/jitendra

Issue #1578 fixed
This commit is contained in:
Jitendra Singh 2019-10-10 19:32:06 +05:30 committed by GitHub
commit 82491b009d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
</div>
<div class="control-group">
<label for="symbol" class="required">{{ __('admin::app.settings.currencies.symbol') }}</label>
<label for="symbol">{{ __('admin::app.settings.currencies.symbol') }}</label>
<input class="control" id="symbol" name="symbol" value="{{ old('symbol') ?: $currency->symbol }}"/>
</div>
</div>