From 6086a70e06c9032e6fb55e36c8baa69f93739f70 Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Fri, 17 Aug 2018 17:48:55 +0200 Subject: [PATCH] Add missed app 'Order Apps' --- Zotlabs/Lib/Apps.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)) {