Fix placholder translation
This commit is contained in:
parent
af51e715a5
commit
724381a75a
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@
|
|||
<div class="tab-content" style="padding-top:24px;">
|
||||
<div role="tabpanel" class="tab-pane active" id="settings">
|
||||
{!! Former::select('currency_id')->addOption('','')
|
||||
->placeholder($account->currency ? trans('texts.currency_'.Str::slug($account->currency->name, '_')) : '')
|
||||
->placeholder($account->currency ? $account->currency->getTranslatedName() : '')
|
||||
->fromQuery($currencies, 'name', 'id') !!}
|
||||
{!! Former::select('language_id')->addOption('','')
|
||||
->placeholder($account->language ? trans('texts.lang_'.$account->language->name) : '')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue