diff --git a/resources/lang/en/dashboard.php b/resources/lang/en/dashboard.php index 4ed89d1d..97e2d1d7 100755 --- a/resources/lang/en/dashboard.php +++ b/resources/lang/en/dashboard.php @@ -50,7 +50,7 @@ return [ 'failure' => 'Something went wrong updating the incident template', ], 'delete' => [ - 'success' => 'The tmplate has been deleted.', + 'success' => 'The template has been deleted.', 'failure' => 'The template could not be deleted. Please try again.', ], ],