Skip to content

Commit

Permalink
Merge pull request #3 from CachetHQ/2.4
Browse files Browse the repository at this point in the history
Update from upstream repo CachetHQ/Cachet
  • Loading branch information
uxen-ab committed Jan 16, 2018
2 parents 81f144d + 5cbd9b8 commit d5b93da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions resources/lang/en/cachet.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@

// Service Status
'service' => [
'good' => '[0,1]System operational|[2,Inf] All systems are operational',
'bad' => '[0,1]The system is experiencing issues|[2,Inf]Some systems are experiencing issues',
'major' => '[0,1]The system is experiencing major issues|[2,Inf]Some systems are experiencing major issues',
'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',
],

'api' => [
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/en/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'incidents' => [
'title' => 'Incidents & Maintenance',
'incidents' => 'Incidents',
'logged' => '{0} There are no incidents, good work.|[1] You have logged one incident.|[2, Inf] 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' => [
Expand Down Expand Up @@ -74,7 +74,7 @@
// Incident Maintenance
'schedule' => [
'schedule' => 'Maintenance',
'logged' => '{0} There has been no Maintenance, good work.|[1] You have logged one schedule.|[2,Inf] 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 d5b93da

Please sign in to comment.