Merge pull request #1087 from batuhawk/master

Some placeholders updated
This commit is contained in:
Batuhan Baş 2020-01-06 10:52:50 +03:00 committed by GitHub
commit ce227d8967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@
'class' => 'form-control',
'data-name' => $name,
'data-value' => $value,
'placeholder' => trans('general.form.select.field', ['field' => $text]),
'placeholder' => trans('general.form.enter', ['field' => $text]),
'v-model' => !empty($attributes['v-model']) ? $attributes['v-model'] : 'form.' . $name
], $attributes)) !!}
</div>

View File

@ -16,7 +16,7 @@
'class' => 'form-control',
'data-name' => $input_name,
'data-value' => $input_value,
'placeholder' => trans('general.form.select.field', ['field' => $text]),
'placeholder' => trans('general.form.enter', ['field' => $text]),
'v-model' => !empty($attributes['v-model']) ? $attributes['v-model'] : 'form.' . $input_name
]) !!}
</div>

View File

@ -15,7 +15,7 @@
'class' => 'form-control',
'data-name' => $name,
'data-value' => $value,
'placeholder' => trans('general.form.select.field', ['field' => $text]),
'placeholder' => trans('general.form.enter', ['field' => $text]),
'v-model' => !empty($attributes['v-model']) ? $attributes['v-model'] : 'form.' . $name
], $attributes)) !!}
</div>

View File

@ -16,7 +16,7 @@
{!! Form::password($name, array_merge([
'class' => 'form-control',
'data-name' => $name,
'placeholder' => trans('general.form.select.field', ['field' => $text]),
'placeholder' => trans('general.form.enter', ['field' => $text]),
'v-model' => !empty($attributes['v-model']) ? $attributes['v-model'] : 'form.' . $name
], $attributes)) !!}
</div>

View File

@ -23,7 +23,7 @@
{{ Form::textGroup('rate', trans('currencies.rate'), 'sliders-h', ['@input' => 'RateReplace', 'required' => 'required']) }}
{{ Form::numberGroup('precision', trans('currencies.precision'), 'dot-circle') }}
{{ Form::textGroup('precision', trans('currencies.precision'), 'dot-circle') }}
{{ Form::textGroup('symbol', trans('currencies.symbol.symbol'), 'font') }}

View File

@ -24,7 +24,7 @@
{{ Form::textGroup('rate', trans('currencies.rate'), 'sliders-h', ['@input' => 'RateReplace', 'required' => 'required']) }}
{{ Form::numberGroup('precision', trans('currencies.precision'), 'dot-circle') }}
{{ Form::textGroup('precision', trans('currencies.precision'), 'dot-circle') }}
{{ Form::textGroup('symbol', trans('currencies.symbol.symbol'), 'font') }}