aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget/Notifications.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-12-03 10:46:49 +0100
committerMario Vavti <mario@mariovavti.com>2018-12-03 10:46:49 +0100
commit9ef6c57ca59aa318a3564f6b48c6442870650d3e (patch)
tree006a3beb6effecd2f892a61d1252ad7a24f480ea /Zotlabs/Widget/Notifications.php
parent443d7684dbe8c1c3540df5aeb719403d67789747 (diff)
downloadvolse-hubzilla-9ef6c57ca59aa318a3564f6b48c6442870650d3e.tar.gz
volse-hubzilla-9ef6c57ca59aa318a3564f6b48c6442870650d3e.tar.bz2
volse-hubzilla-9ef6c57ca59aa318a3564f6b48c6442870650d3e.zip
more notifications fixes
Diffstat (limited to 'Zotlabs/Widget/Notifications.php')
-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')
]
];
}