aboutsummaryrefslogtreecommitdiff
path: root/mod/notifications/languages/en.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/notifications/languages/en.php')
-rw-r--r--mod/notifications/languages/en.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/mod/notifications/languages/en.php b/mod/notifications/languages/en.php
index db2d143b7..71db65744 100644
--- a/mod/notifications/languages/en.php
+++ b/mod/notifications/languages/en.php
@@ -2,12 +2,15 @@
$english = array(
+ 'notifications:subscriptions:personal:description' => 'Receive notifications when actions are performed on your content',
+ 'notifications:subscriptions:personal:title' => 'Personal notifications',
+
'notifications:subscriptions:changesettings' => 'Notifications',
'notification:method:email' => 'Email',
'notifications:subscriptions:description' => 'To receive notifications from your friends when they create new content, find them below and select the notification method you would like to use.',
- 'notifications:subscriptions:success' => 'Your subscriptions have been saved.',
+ 'notifications:subscriptions:success' => 'Your subscription settings have been saved.',
);