aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-10-08 22:47:43 +0200
committerMario Vavti <mario@mariovavti.com>2017-10-08 22:47:43 +0200
commitec173e7eb2e0b4a0768606365f6463009900f0ea (patch)
tree471a185624cafd29e11482a9ca0ae98da641bfc4
parentbcf4cb519ae6c7d590db6a8023b7f24332ea9160 (diff)
downloadvolse-hubzilla-ec173e7eb2e0b4a0768606365f6463009900f0ea.tar.gz
volse-hubzilla-ec173e7eb2e0b4a0768606365f6463009900f0ea.tar.bz2
volse-hubzilla-ec173e7eb2e0b4a0768606365f6463009900f0ea.zip
more fixes
-rw-r--r--Zotlabs/Module/Manage.php2
-rw-r--r--Zotlabs/Widget/Notifications.php4
-rw-r--r--view/pdl/mod_sharedwithme.pdl3
3 files changed, 6 insertions, 3 deletions
diff --git a/Zotlabs/Module/Manage.php b/Zotlabs/Module/Manage.php
index 2d8f39ded..9c5c32294 100644
--- a/Zotlabs/Module/Manage.php
+++ b/Zotlabs/Module/Manage.php
@@ -11,7 +11,7 @@ class Manage extends \Zotlabs\Web\Controller {
return;
}
- nav_set_selected('Manage');
+ nav_set_selected('Channel Manager');
require_once('include/security.php');
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')
diff --git a/view/pdl/mod_sharedwithme.pdl b/view/pdl/mod_sharedwithme.pdl
new file mode 100644
index 000000000..e657fa88b
--- /dev/null
+++ b/view/pdl/mod_sharedwithme.pdl
@@ -0,0 +1,3 @@
+[region=right_aside]
+[widget=notifications][/widget]
+[/region]