diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-10-08 22:47:43 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-10-08 22:47:43 +0200 |
commit | ec173e7eb2e0b4a0768606365f6463009900f0ea (patch) | |
tree | 471a185624cafd29e11482a9ca0ae98da641bfc4 /Zotlabs/Widget | |
parent | bcf4cb519ae6c7d590db6a8023b7f24332ea9160 (diff) | |
download | volse-hubzilla-ec173e7eb2e0b4a0768606365f6463009900f0ea.tar.gz volse-hubzilla-ec173e7eb2e0b4a0768606365f6463009900f0ea.tar.bz2 volse-hubzilla-ec173e7eb2e0b4a0768606365f6463009900f0ea.zip |
more fixes
Diffstat (limited to 'Zotlabs/Widget')
-rw-r--r-- | Zotlabs/Widget/Notifications.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Widget/Notifications.php b/Zotlabs/Widget/Notifications.php index c6bf22a19..cac884cd1 100644 --- a/Zotlabs/Widget/Notifications.php +++ b/Zotlabs/Widget/Notifications.php @@ -16,8 +16,8 @@ class Notifications { 'type' => 'network', 'icon' => 'th', 'severity' => 'secondary', - 'label' => t('New Activity'), - 'title' => t('New Activity Notifications'), + 'label' => t('New Network Activity'), + 'title' => t('New Network Activity Notifications'), 'viewall' => [ 'url' => 'network', 'label' => t('View your network activity') |