diff --git a/app/Helpers/helpers.php b/app/Helpers/helpers.php index 5cabb62c..3377254b 100644 --- a/app/Helpers/helpers.php +++ b/app/Helpers/helpers.php @@ -101,6 +101,6 @@ if(!function_exists('help_topics')){ ->orderBy('position','asc') ->pluck('title','id'); - return $topics [] = [0 => 'Other']; + return $topics [] += [0 => trans('ClientSide.other')]; } }