Merge pull request #1481 from codeinnovers/master

fix of issue #1480
This commit is contained in:
Jitendra Singh 2019-10-24 18:51:40 +05:30 committed by GitHub
commit 3cbbbbe340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@
?>
<option value="{{ $value }}" {{ in_array($option['value'], explode(',', $selectedOption)) ? 'selected' : ''}}>
{{ $option['title'] }}
{{ trans($option['title']) }}
</option>
@endforeach
@endif