Fixes #759. First pass at subscriber administration

This commit is contained in:
Chase Coney
2015-06-30 11:30:59 -05:00
parent 2c5549120b
commit 7e14d6d25f
9 changed files with 257 additions and 6 deletions
+17
View File
@@ -115,6 +115,23 @@ return [
'failure' => 'Something went wrong with the metric.',
],
],
// Subscribers
'subscribers' => [
'subscribers' => 'Subscribers',
'description' => 'Subscribers will receive email updates when incidents are created.',
'verified' => 'Verified',
'not_verified' => 'Not Verified',
'add' => [
'title' => 'Add a new subscriber',
'success' => 'Subscriber added.',
'failure' => 'Something went wrong with the component.',
],
'edit' => [
'title' => 'Update subscriber',
'success' => 'Subscriber updated.',
'failure' => 'Something went wrong when updating.',
],
],
// Team
'team' => [