diff options
author | Max Kostikov <max@kostikov.co> | 2018-08-17 17:48:55 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-08-17 17:48:55 +0200 |
commit | 6086a70e06c9032e6fb55e36c8baa69f93739f70 (patch) | |
tree | 37237171b30aaa178a05d318620eb66eeac91b1a /Zotlabs/Lib/Apps.php | |
parent | 99066ae939dcdfdf5d3f44bd1d2455dceb1fe68e (diff) | |
download | volse-hubzilla-6086a70e06c9032e6fb55e36c8baa69f93739f70.tar.gz volse-hubzilla-6086a70e06c9032e6fb55e36c8baa69f93739f70.tar.bz2 volse-hubzilla-6086a70e06c9032e6fb55e36c8baa69f93739f70.zip |
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 42f6b314c..a966842ae 100644 --- a/Zotlabs/Lib/Apps.php +++ b/Zotlabs/Lib/Apps.php @@ -331,7 +331,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)) { |