From 809a6c75d0a2fb6c07efb41eca130eed7ed432b9 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 16 Jun 2018 21:48:49 +0100 Subject: [PATCH] Change incident update text --- resources/lang/en/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/dashboard.php b/resources/lang/en/dashboard.php index 07a8a22e..3f70a368 100644 --- a/resources/lang/en/dashboard.php +++ b/resources/lang/en/dashboard.php @@ -56,7 +56,7 @@ return [ 'title' => 'Incident Templates', 'add' => [ 'title' => 'Create an incident template', - 'message' => 'You should add an incident template.', + 'message' => 'Create your first incident template.', 'success' => 'Your new incident template has been created.', 'failure' => 'Something went wrong with the incident template.', ],