From 2429fddd40d6ce67fe22f65297d40db6241e9867 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 2 Jan 2017 15:06:12 +0000 Subject: [PATCH] Fix html entities --- resources/lang/en/dashboard.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en/dashboard.php b/resources/lang/en/dashboard.php index 335952b7..66a61a69 100644 --- a/resources/lang/en/dashboard.php +++ b/resources/lang/en/dashboard.php @@ -16,7 +16,7 @@ return [ // Incidents 'incidents' => [ - 'title' => 'Incidents & Schedule', + 'title' => 'Incidents & Schedule', 'incidents' => 'Incidents', 'logged' => '{0} There are no incidents, good work.|You have logged one incident.|You have reported :count incidents.', 'incident-create-template' => 'Create Template', @@ -170,7 +170,7 @@ return [ 'team' => 'Team', 'member' => 'Member', 'profile' => 'Profile', - 'description' => 'Team Members will be able to add, modify & edit components and incidents.', + 'description' => 'Team Members will be able to add, modify & edit components and incidents.', 'add' => [ 'title' => 'Add a new team member', 'success' => 'Team member added.',