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.', ],