diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-06 14:48:12 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-06 14:48:12 +0200 |
commit | c2c891723fc0e56f0c373ca1043cdb548f2ed8ab (patch) | |
tree | 999c6c76d4635152334f5848895e6f2a44752f73 /Zotlabs/Lib/Apps.php | |
parent | a5e63aa90ac5a5160e55eea98beb0e867533314b (diff) | |
download | volse-hubzilla-c2c891723fc0e56f0c373ca1043cdb548f2ed8ab.tar.gz volse-hubzilla-c2c891723fc0e56f0c373ca1043cdb548f2ed8ab.tar.bz2 volse-hubzilla-c2c891723fc0e56f0c373ca1043cdb548f2ed8ab.zip |
bookmark app
Diffstat (limited to 'Zotlabs/Lib/Apps.php')
-rw-r--r-- | Zotlabs/Lib/Apps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Apps.php b/Zotlabs/Lib/Apps.php index 826b2db29..d7cea6b7c 100644 --- a/Zotlabs/Lib/Apps.php +++ b/Zotlabs/Lib/Apps.php @@ -306,7 +306,7 @@ class Apps { 'Cards' => t('Cards'), 'Admin' => t('Site Admin'), 'Report Bug' => t('Report Bug'), - 'View Bookmarks' => t('View Bookmarks'), + 'Bookmarks' => t('Bookmarks'), 'Chatrooms' => t('Chatrooms'), 'Connections' => t('Connections'), 'Remote Diagnostics' => t('Remote Diagnostics'), |