Skip to content

Commit

Permalink
Fixed dashboard translation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanhao Li authored and ifox committed Mar 2, 2020
1 parent ca27cbb commit 05ff649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/layouts/dashboard.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@extends('twill::layouts.main')

@php
$emptyMessage = $emptyMessage ?? __('twill::dashboard.empty-message');
$emptyMessage = $emptyMessage ?? __('twill::lang.dashboard.empty-message');
$isDashboard = true;
$translate = true;
@endphp
Expand Down

0 comments on commit 05ff649

Please sign in to comment.