Skip to content

Commit

Permalink
Remove spaces after pluralisation strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Mar 31, 2018
1 parent 16a26aa commit 2104713
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion resources/lang/en/cachet.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

// Service Status
'service' => [
'good' => '[0,1]System operational|[2,*] All systems are operational',
'good' => '[0,1]System operational|[2,*]All systems are operational',
'bad' => '[0,1]The system is experiencing issues|[2,*]Some systems are experiencing issues',
'major' => '[0,1]The system is experiencing major issues|[2,*]Some systems are experiencing major issues',
],
Expand Down
6 changes: 3 additions & 3 deletions resources/lang/en/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
'incidents' => [
'title' => 'Incidents & Maintenance',
'incidents' => 'Incidents',
'logged' => '{0} There are no incidents, good work.|[1] You have logged one incident.|[2,*] You have reported <strong>:count</strong> incidents.',
'logged' => '{0} There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
'incident-create-template' => 'Create Template',
'incident-templates' => 'Incident Templates',
'updates' => [
'title' => 'Incident updates for :incident',
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
'add' => [
'title' => 'Create new incident update',
'success' => 'Your new incident update has been created.',
Expand Down Expand Up @@ -75,7 +75,7 @@
// Incident Maintenance
'schedule' => [
'schedule' => 'Maintenance',
'logged' => '{0} There has been no Maintenance, good work.|[1] You have logged one schedule.|[2,*] You have reported <strong>:count</strong> schedules.',
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
'scheduled_at' => 'Scheduled at :timestamp',
'add' => [
'title' => 'Add Maintenance',
Expand Down

0 comments on commit 2104713

Please sign in to comment.