diff --git a/resources/lang/en/dashboard.php b/resources/lang/en/dashboard.php index 1a63d36a..eb0b2d61 100755 --- a/resources/lang/en/dashboard.php +++ b/resources/lang/en/dashboard.php @@ -36,6 +36,7 @@ return [ 'title' => 'Incident Templates', 'add' => [ 'title' => 'Create an Incident Template', + 'message' => 'You should add an Incident Template.', 'success' => 'Template created.', 'failure' => 'Something went wrong with the incident template.', ], @@ -50,6 +51,7 @@ return [ // Incident Maintenance 'schedule' => [ 'schedule' => 'Scheduled Maintenance', + 'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported :count schedules.', 'scheduled_at' => 'Scheduled at :timestamp', 'add' => [ 'title' => 'Add Scheduled Maintenance', @@ -106,6 +108,7 @@ return [ 'metrics' => 'Metrics', 'add' => [ 'title' => 'Create a Metric', + 'message' => 'You should add a Metric.', 'success' => 'Metric created.', 'failure' => 'Something went wrong with the metric.', ], diff --git a/resources/views/dashboard/metrics/index.blade.php b/resources/views/dashboard/metrics/index.blade.php index 2b995715..6aa12601 100644 --- a/resources/views/dashboard/metrics/index.blade.php +++ b/resources/views/dashboard/metrics/index.blade.php @@ -18,7 +18,7 @@
{!! trans_choice('dashboard.schedule.logged', $schedule->count(), ['count' => $schedule->count()]) !!}