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' => [
'none' => 'No Incidents Reported.',
'past' => 'Past incidents',
'past' => 'Past Incidents',
'previous_week' => 'Previous Week',
'next_week' => 'Next Week',
'none' => 'Nothing to report.',

View File

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

View File

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