diff --git a/app/Setting.php b/app/Setting.php index d3762141..9c16ce56 100644 --- a/app/Setting.php +++ b/app/Setting.php @@ -206,7 +206,7 @@ class Setting extends Model $output .= '
'; $output .= Form::open(['url' => $url, 'method' => 'get']); $output .= '
'; - $output .= Form::text($var, null, ['class' => 'homesearch', 'placeholder' => $name.' '.__('app.settings.search').'...']); + $output .= Form::text($var, null, ['class' => 'homesearch', 'placeholder' => __($name).' '.__('app.settings.search').'...']); $output .= ''; $output .= '
'; $output .= Form::close(); diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 8b9db463..f884c446 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -8,11 +8,11 @@ @else
-

{{ __('app.dash.no_apps', +

{!! __('app.dash.no_apps', [ 'link1' => ''.__('app.dash.link1').'', 'link2' => ''.__('app.dash.link2').'' - ]) }}

+ ]) !!}