diff --git a/resources/lang/en-US/cachet.php b/resources/lang/en-US/cachet.php index 7e77e8c1..5238f60d 100644 --- a/resources/lang/en-US/cachet.php +++ b/resources/lang/en-US/cachet.php @@ -23,6 +23,8 @@ return [ 'group' => [ 'other' => 'Other Components', ], + 'select_all' => 'Select All', + 'deselect_all' => 'Deselect All', ], // Incidents @@ -80,9 +82,12 @@ return [ 'button' => 'Subscribe', 'manage_subscription' => 'Manage subscription', 'manage' => [ - 'no_subscriptions' => 'You\'re currently subscribed to all updates.', - 'my_subscriptions' => 'You\'re currently subscribed to the following updates.', - 'manage_at_link' => 'Manage your subscriptions at :link', + 'notifications' => 'Notifications', + 'notifications_for' => 'Manage notifications for', + 'no_subscriptions' => 'You\'re currently subscribed to all updates.', + 'update_subscription' => 'Update Subscription', + 'my_subscriptions' => 'You\'re currently subscribed to the following updates.', + 'manage_at_link' => 'Manage your subscriptions at :link', ], 'email' => [ 'subscribe' => 'Subscribe to email updates.', diff --git a/resources/lang/en/cachet.php b/resources/lang/en/cachet.php index ff1cd22b..7e69a3ea 100644 --- a/resources/lang/en/cachet.php +++ b/resources/lang/en/cachet.php @@ -23,6 +23,8 @@ return [ 'group' => [ 'other' => 'Other Components', ], + 'select_all' => 'Select All', + 'deselect_all' => 'Deselect All', ], // Incidents @@ -80,9 +82,12 @@ return [ 'button' => 'Subscribe', 'manage_subscription' => 'Manage subscription', 'manage' => [ - 'no_subscriptions' => 'You\'re currently subscribed to all updates.', - 'my_subscriptions' => 'You\'re currently subscribed to the following updates.', - 'manage_at_link' => 'Manage your subscriptions at :link', + 'notifications' => 'Notifications', + 'notifications_for' => 'Manage notifications for', + 'no_subscriptions' => 'You\'re currently subscribed to all updates.', + 'update_subscription' => 'Update Subscription', + 'my_subscriptions' => 'You\'re currently subscribed to the following updates.', + 'manage_at_link' => 'Manage your subscriptions at :link', ], 'email' => [ 'subscribe' => 'Subscribe to email updates.', diff --git a/resources/views/subscribe/manage.blade.php b/resources/views/subscribe/manage.blade.php index e69e7c28..472d0fe1 100644 --- a/resources/views/subscribe/manage.blade.php +++ b/resources/views/subscribe/manage.blade.php @@ -13,8 +13,8 @@
-

{{ $appName }} Notifications

-

Manage notifications for {{ $subscriber->email }}

+

{{ $appName }} {{ trans('cachet.subscriber.manage.notifications') }}

+

{{ trans('cachet.subscriber.manage.notifications_for') }} {{ $subscriber->email }}

@@ -26,9 +26,9 @@ {{ $componentGroup->name }}
@foreach($componentGroup->enabled_components()->orderBy('order')->get() as $component) @@ -53,7 +53,7 @@ @endif
- +