|
147 | 147 | ], |
148 | 148 | // Subscribers |
149 | 149 | 'subscribers' => [ |
150 | | - 'subscribers' => 'Subscribers', |
151 | | - 'description' => 'Subscribers will receive email updates when incidents are created or components are updated.', |
152 | | - 'verified' => 'Verified', |
153 | | - 'not_verified' => 'Not verified', |
154 | | - 'subscriber' => ':email, subscribed :date', |
155 | | - 'no_subscriptions' => 'Subscribed to all updates', |
156 | | - 'global' => 'Globally subscribed', |
157 | | - 'add' => [ |
| 150 | + 'subscribers' => 'Subscribers', |
| 151 | + 'description' => 'Subscribers will receive email updates when incidents are created or components are updated.', |
| 152 | + 'description_disabled' => 'To use this feature, you need allow people to signup for notifications.', |
| 153 | + 'verified' => 'Verified', |
| 154 | + 'not_verified' => 'Not verified', |
| 155 | + 'subscriber' => ':email, subscribed :date', |
| 156 | + 'no_subscriptions' => 'Subscribed to all updates', |
| 157 | + 'global' => 'Globally subscribed', |
| 158 | + 'add' => [ |
158 | 159 | 'title' => 'Add a new subscriber', |
159 | 160 | 'success' => 'Subscriber has been added!', |
160 | 161 | 'failure' => 'Something went wrong adding the subscriber, please try again.', |
|
0 commit comments