search string typo
This commit is contained in:
parent
5a38063ddf
commit
71146b56b1
@ -168,11 +168,11 @@ class SearchString extends Component
|
|||||||
$values = [
|
$values = [
|
||||||
[
|
[
|
||||||
'key' => 0,
|
'key' => 0,
|
||||||
'value' => empty($options['translations']) ? trans('general.no') : trans($options['translations'][0]),
|
'value' => empty($options['translation']) ? trans('general.no') : trans($options['translation'][0]),
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'key' => 1,
|
'key' => 1,
|
||||||
'value' => empty($options['translations']) ? trans('general.yes') : trans($options['translations'][1]),
|
'value' => empty($options['translation']) ? trans('general.yes') : trans($options['translation'][1]),
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
} else if ($search = request()->get('search', false)) {
|
} else if ($search = request()->get('search', false)) {
|
||||||
|
@ -253,7 +253,7 @@ return [
|
|||||||
'symbol',
|
'symbol',
|
||||||
'symbol_first' => [
|
'symbol_first' => [
|
||||||
'boolean' => true,
|
'boolean' => true,
|
||||||
'translations' => [
|
'translation' => [
|
||||||
0 => 'currencies.symbol.after',
|
0 => 'currencies.symbol.after',
|
||||||
1 => 'currencies.symbol.before',
|
1 => 'currencies.symbol.before',
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user