diff options
author | Mario <mario@mariovavti.com> | 2018-08-21 11:12:41 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-08-21 13:13:23 +0200 |
commit | 5d2ac10073cced796aaea5923aad76e82d01b2ed (patch) | |
tree | 8d9663cf71e7058b7ced47db002299c3290538ae /Zotlabs/Lib/Apps.php | |
parent | e25db4d1b57116353ad4e4909eb93824a673ffb3 (diff) | |
download | volse-hubzilla-5d2ac10073cced796aaea5923aad76e82d01b2ed.tar.gz volse-hubzilla-5d2ac10073cced796aaea5923aad76e82d01b2ed.tar.bz2 volse-hubzilla-5d2ac10073cced796aaea5923aad76e82d01b2ed.zip |
Merge branch 'patch-17' into 'master'
Add missed app 'Order Apps'
See merge request hubzilla/core!1258
(cherry picked from commit 85aa4957414c98fb6f44c0c2b79ef9d198e963a7)
6086a70e Add missed app 'Order Apps'
Diffstat (limited to 'Zotlabs/Lib/Apps.php')
-rw-r--r-- | Zotlabs/Lib/Apps.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Apps.php b/Zotlabs/Lib/Apps.php index 9027b13bc..1d9fe48e6 100644 --- a/Zotlabs/Lib/Apps.php +++ b/Zotlabs/Lib/Apps.php @@ -336,7 +336,8 @@ class Apps { 'Profile' => t('Profile'), 'Profiles' => t('Profiles'), 'Privacy Groups' => t('Privacy Groups'), - 'Notifications' => t('Notifications') + 'Notifications' => t('Notifications'), + 'Order Apps' => t('Order Apps') ); if(array_key_exists('name',$arr)) { |