diff --git a/resources/lang/en/dashboard.php b/resources/lang/en/dashboard.php index 34b4a160..2686a17d 100755 --- a/resources/lang/en/dashboard.php +++ b/resources/lang/en/dashboard.php @@ -23,16 +23,16 @@ return [ 'add' => [ 'title' => 'Report an incident', 'success' => 'Incident added.', - 'failure' => 'Something went wrong with the incident.', + 'failure' => 'There was an error adding the incident, please try again.', ], 'edit' => [ 'title' => 'Edit an incident', 'success' => 'Incident updated.', - 'failure' => 'Something went wrong with the incident.', + 'failure' => 'There was an error editing the incident, please try again.', ], 'delete' => [ 'success' => 'The incident has been deleted and will not show on your status page.', - 'failure' => 'The incident could not be deleted. Please try again.', + 'failure' => 'The incident could not be deleted, please try again.', ], // Incident templates @@ -41,17 +41,17 @@ return [ 'add' => [ 'title' => 'Create an incident template', 'message' => 'You should add an incident template.', - 'success' => 'Template created.', + 'success' => 'Your new incident template has been created.', 'failure' => 'Something went wrong with the incident template.', ], 'edit' => [ 'title' => 'Edit Template', - 'success' => 'Template has been updated!', + 'success' => 'The incident template has been updated.', 'failure' => 'Something went wrong updating the incident template', ], 'delete' => [ 'success' => 'The incident template has been deleted.', - 'failure' => 'The incident template could not be deleted. Please try again.', + 'failure' => 'The incident template could not be deleted, please try again.', ], ], ], @@ -64,16 +64,16 @@ return [ 'add' => [ 'title' => 'Add Scheduled Maintenance', 'success' => 'Schedule added.', - 'failure' => 'Something went wrong adding the schedule.', + 'failure' => 'Something went wrong adding the schedule, please try again.', ], 'edit' => [ 'title' => 'Edit Scheduled Maintenance', 'success' => 'Schedule has been updated!', - 'failure' => 'Something went wrong editing the schedule.', + 'failure' => 'Something went wrong editing the schedule, please try again.', ], 'delete' => [ - 'success' => 'The schedule has been deleted and will not show on your status page.', - 'failure' => 'The schedule could not be deleted. Please try again.', + 'success' => 'The scheduled maintenance has been deleted and will not show on your status page.', + 'failure' => 'The scheduled maintenance could not be deleted, please try again.', ], ], @@ -86,16 +86,16 @@ return [ 'title' => 'Add a component', 'message' => 'You should add a component.', 'success' => 'Component created.', - 'failure' => 'Something went wrong with the component.', + 'failure' => 'Something went wrong with the component, please try again.', ], 'edit' => [ 'title' => 'Edit a component', 'success' => 'Component updated.', - 'failure' => 'Something went wrong with the component.', + 'failure' => 'Something went wrong with the component, please try again.', ], 'delete' => [ 'success' => 'The component has been deleted!', - 'failure' => 'The component could not be deleted. Please try again.', + 'failure' => 'The component could not be deleted, please try again.', ], // Component groups @@ -105,16 +105,16 @@ return [ 'add' => [ 'title' => 'Add a component group', 'success' => 'Component group added.', - 'failure' => 'Something went wrong with the component group.', + 'failure' => 'Something went wrong with the component group, please try again.', ], 'edit' => [ 'title' => 'Edit a component group', 'success' => 'Component group updated.', - 'failure' => 'Something went wrong with the component group.', + 'failure' => 'Something went wrong with the component group, please try again.', ], 'delete' => [ 'success' => 'Component group has been deleted!', - 'failure' => 'The component group could not be deleted. Please try again.', + 'failure' => 'The component group could not be deleted, please try again.', ], ], ], @@ -126,16 +126,16 @@ return [ 'title' => 'Create a metric', 'message' => 'You should add a metric.', 'success' => 'Metric created.', - 'failure' => 'Something went wrong with the metric.', + 'failure' => 'Something went wrong with the metric, please try again.', ], 'edit' => [ 'title' => 'Edit a metric', 'success' => 'Metric updated.', - 'failure' => 'Something went wrong with the metric.', + 'failure' => 'Something went wrong with the metric, please try again.', ], 'delete' => [ 'success' => 'The metric has been deleted and will no longer display on your status page.', - 'failure' => 'The metric could not be deleted. Please try again.', + 'failure' => 'The metric could not be deleted, please try again.', ], ], // Subscribers @@ -149,12 +149,12 @@ return [ 'add' => [ 'title' => 'Add a new subscriber', 'success' => 'Subscriber has been added!', - 'failure' => 'Something went wrong with the component.', + 'failure' => 'Something went wrong adding the subscriber, please try again.', ], 'edit' => [ 'title' => 'Update subscriber', 'success' => 'Subscriber has been updated!', - 'failure' => 'Something went wrong when updating.', + 'failure' => 'Something went wrong editing the subscriber, please try again.', ], ], @@ -167,21 +167,21 @@ return [ 'add' => [ 'title' => 'Add a new team member', 'success' => 'Team member added.', - 'failure' => 'The team member could not be added. Please try again.', + 'failure' => 'The team member could not be added, please try again.', ], 'edit' => [ 'title' => 'Update profile', 'success' => 'Profile updated.', - 'failure' => 'Something went wrong when updating.', + 'failure' => 'Something went wrong updating the profile, please try again.', ], 'delete' => [ 'success' => 'Team member has been deleted and will no longer have access to the dashboard!', - 'failure' => 'The team member could not be added. Please try again.', + 'failure' => 'The team member could not be added, please try again.', ], 'invite' => [ 'title' => 'Invite a new team member', 'success' => 'An invite has been sent', - 'failure' => 'The invite could not be sent. Please try again.', + 'failure' => 'The invite could not be sent, please try again.', ], ], @@ -244,7 +244,7 @@ return [ 'welcome' => [ 'welcome' => 'Welcome to your status page!', 'message' => 'Your status page is almost ready! You might want to configure these extra settings', - 'close' => 'Just go straight to my dashboard', + 'close' => 'Take me straight to my dashboard', 'steps' => [ 'component' => 'Create components', 'incident' => 'Create incidents',