Merge pull request #1076 from TheoBearman/master

Some Minor Grammatical & Styling Changes
This commit is contained in:
James Brooks 2015-10-29 21:46:50 +00:00
commit c354c7cc3d
4 changed files with 21 additions and 21 deletions

File diff suppressed because one or more lines are too long

View File

@ -23,7 +23,7 @@ return [
// Incidents // Incidents
'incidents' => [ 'incidents' => [
'none' => 'No Incidents Reported.', 'none' => 'No Incidents Reported.',
'past' => 'Past incidents', 'past' => 'Past Incidents',
'previous_week' => 'Previous Week', 'previous_week' => 'Previous Week',
'next_week' => 'Next Week', 'next_week' => 'Next Week',
'none' => 'Nothing to report.', 'none' => 'Nothing to report.',

View File

@ -21,12 +21,12 @@ return [
'incident-create-template' => 'Create Template', 'incident-create-template' => 'Create Template',
'incident-templates' => 'Incident Templates', 'incident-templates' => 'Incident Templates',
'add' => [ 'add' => [
'title' => 'Add an incident', 'title' => 'Add an Incident',
'success' => 'Incident added.', 'success' => 'Incident added.',
'failure' => 'Something went wrong with the incident.', 'failure' => 'Something went wrong with the incident.',
], ],
'edit' => [ 'edit' => [
'title' => 'Edit an incident', 'title' => 'Edit an Incident',
'success' => 'Incident updated.', 'success' => 'Incident updated.',
'failure' => 'Something went wrong with the incident.', 'failure' => 'Something went wrong with the incident.',
], ],
@ -35,12 +35,12 @@ return [
'templates' => [ 'templates' => [
'title' => 'Incident Templates', 'title' => 'Incident Templates',
'add' => [ 'add' => [
'title' => 'Create an incident template', 'title' => 'Create an Incident Template',
'success' => 'Template created.', 'success' => 'Template created.',
'failure' => 'Something went wrong with the incident template.', 'failure' => 'Something went wrong with the incident template.',
], ],
'edit' => [ 'edit' => [
'title' => 'Edit template', 'title' => 'Edit Template',
'success' => 'Template has been updated!', 'success' => 'Template has been updated!',
'failure' => 'Something went wrong updating the incident template', 'failure' => 'Something went wrong updating the incident template',
], ],
@ -73,13 +73,13 @@ return [
'component_statuses' => 'Component Statuses', 'component_statuses' => 'Component Statuses',
'listed_group' => 'Grouped under :name', 'listed_group' => 'Grouped under :name',
'add' => [ 'add' => [
'title' => 'Add a component', 'title' => 'Add a Component',
'message' => 'You should add a component.', 'message' => 'You should add a component.',
'success' => 'Component created.', 'success' => 'Component created.',
'failure' => 'Something went wrong with the component.', 'failure' => 'Something went wrong with the component.',
], ],
'edit' => [ 'edit' => [
'title' => 'Edit a component', 'title' => 'Edit a Component',
'success' => 'Component updated.', 'success' => 'Component updated.',
'failure' => 'Something went wrong with the component.', 'failure' => 'Something went wrong with the component.',
], ],
@ -89,12 +89,12 @@ return [
'groups' => 'Component group|Component groups', 'groups' => 'Component group|Component groups',
'no_components' => 'You should add a component group.', 'no_components' => 'You should add a component group.',
'add' => [ 'add' => [
'title' => 'Add a component group', 'title' => 'Add a Component Group',
'success' => 'Component group added.', 'success' => 'Component group added.',
'failure' => 'Something went wrong with the component group.', 'failure' => 'Something went wrong with the component group.',
], ],
'edit' => [ 'edit' => [
'title' => 'Edit a component group', 'title' => 'Edit a Component Group',
'success' => 'Component group updated.', 'success' => 'Component group updated.',
'failure' => 'Something went wrong with the component group.', 'failure' => 'Something went wrong with the component group.',
], ],
@ -105,12 +105,12 @@ return [
'metrics' => [ 'metrics' => [
'metrics' => 'Metrics', 'metrics' => 'Metrics',
'add' => [ 'add' => [
'title' => 'Create a metric', 'title' => 'Create a Metric',
'success' => 'Metric created.', 'success' => 'Metric created.',
'failure' => 'Something went wrong with the metric.', 'failure' => 'Something went wrong with the metric.',
], ],
'edit' => [ 'edit' => [
'title' => 'Edit a metric', 'title' => 'Edit a Metric',
'success' => 'Metric updated.', 'success' => 'Metric updated.',
'failure' => 'Something went wrong with the metric.', 'failure' => 'Something went wrong with the metric.',
], ],
@ -122,12 +122,12 @@ return [
'verified' => 'Verified', 'verified' => 'Verified',
'not_verified' => 'Not Verified', 'not_verified' => 'Not Verified',
'add' => [ 'add' => [
'title' => 'Add a new subscriber', 'title' => 'Add a New Subscriber',
'success' => 'Subscriber added.', 'success' => 'Subscriber added.',
'failure' => 'Something went wrong with the component.', 'failure' => 'Something went wrong with the component.',
], ],
'edit' => [ 'edit' => [
'title' => 'Update subscriber', 'title' => 'Update Subscriber',
'success' => 'Subscriber updated.', 'success' => 'Subscriber updated.',
'failure' => 'Something went wrong when updating.', 'failure' => 'Something went wrong when updating.',
], ],
@ -140,12 +140,12 @@ return [
'profile' => 'Profile', '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' => [ 'add' => [
'title' => 'Add a new team member', 'title' => 'Add a New Team Member',
'success' => 'Team member added.', 'success' => 'Team member added.',
'failure' => 'Something went wrong with the component.', 'failure' => 'Something went wrong with the component.',
], ],
'edit' => [ 'edit' => [
'title' => 'Update profile', 'title' => 'Update Profile',
'success' => 'Profile updated.', 'success' => 'Profile updated.',
'failure' => 'Something went wrong when updating.', 'failure' => 'Something went wrong when updating.',
], ],

View File

@ -44,7 +44,7 @@ return [
'message-help' => 'You may also use Markdown.', 'message-help' => 'You may also use Markdown.',
'scheduled_at' => 'When to schedule the maintenance for?', 'scheduled_at' => 'When to schedule the maintenance for?',
'incident_time' => 'When did this incident occur?', 'incident_time' => 'When did this incident occur?',
'notify_subscribers' => 'Notify subscribers', 'notify_subscribers' => 'Notify Subscribers?',
'visibility' => 'Incident Visibility', 'visibility' => 'Incident Visibility',
'public' => 'Viewable by public', 'public' => 'Viewable by public',
'logged_in_only' => 'Only visible to logged in users', 'logged_in_only' => 'Only visible to logged in users',
@ -76,8 +76,8 @@ return [
'description' => 'Description', 'description' => 'Description',
'description-help' => 'You may also use Markdown.', 'description-help' => 'You may also use Markdown.',
'display-chart' => 'Display chart on status page?', 'display-chart' => 'Display chart on status page?',
'default-value' => 'Default value', 'default-value' => 'Default Value',
'calc_type' => 'Calculation of metrics', 'calc_type' => 'Calculation of Metrics',
'type_sum' => 'Sum', 'type_sum' => 'Sum',
'type_avg' => 'Average', 'type_avg' => 'Average',
'places' => 'Decimal Places', 'places' => 'Decimal Places',
@ -113,7 +113,7 @@ return [
'incident-date-format' => 'Incident Timestamp Format', 'incident-date-format' => 'Incident Timestamp Format',
], ],
'security' => [ 'security' => [
'allowed-domains' => 'Allowed domains', 'allowed-domains' => 'Allowed Domains',
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.', 'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
], ],
'stylesheet' => [ 'stylesheet' => [