From 8326f1c4da0178454f25a6225c6b8d49b2cdc998 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 2 Apr 2018 22:04:32 +0100 Subject: [PATCH] Remove space after pluralisation --- 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 38ac75ea..07a8a22e 100644 --- a/resources/lang/en/dashboard.php +++ b/resources/lang/en/dashboard.php @@ -18,7 +18,7 @@ return [ 'incidents' => [ 'title' => 'Incidents & Maintenance', 'incidents' => 'Incidents', - 'logged' => '{0} There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported :count incidents.', + 'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported :count incidents.', 'incident-create-template' => 'Create Template', 'incident-templates' => 'Incident Templates', 'updates' => [