aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-12-03 09:46:49 +0000
committerMario <mario@mariovavti.com>2018-12-03 10:49:08 +0100
commitc50e3a702aa93cc9fde1380e8addaeb62e4139b2 (patch)
tree1fbd681f7c9210a1fa36a0850dc8bc7a4e65b0b3 /Zotlabs/Widget
parent2173ef5fb6025543398d2ee7b4d11c5c0971e92b (diff)
downloadvolse-hubzilla-c50e3a702aa93cc9fde1380e8addaeb62e4139b2.tar.gz
volse-hubzilla-c50e3a702aa93cc9fde1380e8addaeb62e4139b2.tar.bz2
volse-hubzilla-c50e3a702aa93cc9fde1380e8addaeb62e4139b2.zip
more notifications fixes
(cherry picked from commit 9ef6c57ca59aa318a3564f6b48c6442870650d3e)
Diffstat (limited to 'Zotlabs/Widget')
-rw-r--r--Zotlabs/Widget/Notifications.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/Zotlabs/Widget/Notifications.php b/Zotlabs/Widget/Notifications.php
index 0f9f609e4..37d9139ec 100644
--- a/Zotlabs/Widget/Notifications.php
+++ b/Zotlabs/Widget/Notifications.php
@@ -24,7 +24,7 @@ class Notifications {
],
'filter' => [
'posts_label' => t('Show new posts only'),
- 'name_label' => t('Filter by name')
+ 'name_label' => t('Filter by name or address')
]
];
@@ -43,7 +43,7 @@ class Notifications {
],
'filter' => [
'posts_label' => t('Show new posts only'),
- 'name_label' => t('Filter by name')
+ 'name_label' => t('Filter by name or address')
]
];
@@ -119,7 +119,7 @@ class Notifications {
'label' => t('Forums'),
'title' => t('Forums'),
'filter' => [
- 'name_label' => t('Filter by name')
+ 'name_label' => t('Filter by name or address')
]
];
}
@@ -150,7 +150,7 @@ class Notifications {
],
'filter' => [
'posts_label' => t('Show new posts only'),
- 'name_label' => t('Filter by name')
+ 'name_label' => t('Filter by name or address')
]
];
}