diff --git a/img/notifications-dark.svg b/img/notifications-dark.svg new file mode 100644 index 000000000..1bc88f4c3 --- /dev/null +++ b/img/notifications-dark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/Settings/Personal.php b/lib/Settings/Personal.php index 7e87c5d57..7e5e7c117 100644 --- a/lib/Settings/Personal.php +++ b/lib/Settings/Personal.php @@ -172,7 +172,7 @@ public function getForm() { * @return string the section ID, e.g. 'sharing' */ public function getSection() { - return 'activity'; + return 'notifications'; } /** diff --git a/lib/Settings/PersonalSection.php b/lib/Settings/PersonalSection.php index 06fc011ba..de6f53dbd 100644 --- a/lib/Settings/PersonalSection.php +++ b/lib/Settings/PersonalSection.php @@ -1,4 +1,7 @@ * @@ -50,7 +53,7 @@ public function __construct(IURLGenerator $url, IL10N $l) { * @since 12 */ public function getIcon() { - return $this->url->imagePath('activity', 'activity-dark.svg'); + return $this->url->imagePath('activity', 'notifications-dark.svg'); } /** @@ -61,7 +64,7 @@ public function getIcon() { * @since 9.1 */ public function getID() { - return 'activity'; + return 'notifications'; } /** @@ -72,7 +75,7 @@ public function getID() { * @since 9.1 */ public function getName() { - return $this->l->t('Activity'); + return $this->l->t('Notifications'); } /** diff --git a/templates/settings/form.php b/templates/settings/form.php index ddab62d1e..d5df7c8e4 100644 --- a/templates/settings/form.php +++ b/templates/settings/form.php @@ -69,7 +69,7 @@ - t('Send notification emails:')); ?> + t('Send activity emails:')); ?> selected="selected">t('As soon as possible')); ?> selected="selected">t('Hourly')); ?> diff --git a/templates/settings/personal.php b/templates/settings/personal.php index 75fb56700..4ed5cfcc0 100644 --- a/templates/settings/personal.php +++ b/templates/settings/personal.php @@ -25,8 +25,7 @@ ?> - - t('Notifications')); ?> + t('Activity')); ?> t('Choose for which activities you want to get an email or push notification.')); ?> @@ -37,7 +36,7 @@ inc('settings/form')); ?> - t('Activity')); ?> + t('Daily activity summary')); ?>
t('Choose for which activities you want to get an email or push notification.')); ?> @@ -37,7 +36,7 @@ inc('settings/form')); ?> -