aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Apps.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-01-15 21:46:27 -0800
committerzotlabs <mike@macgirvin.com>2018-01-15 21:46:27 -0800
commit03f692f24fe543c740e5443223d8084b9ca0c4de (patch)
treebdc064db8bb8b4d66e2cd916dea144d404ce9158 /Zotlabs/Lib/Apps.php
parent014a1f01589c0389c60630148a4972840c63faad (diff)
downloadvolse-hubzilla-03f692f24fe543c740e5443223d8084b9ca0c4de.tar.gz
volse-hubzilla-03f692f24fe543c740e5443223d8084b9ca0c4de.tar.bz2
volse-hubzilla-03f692f24fe543c740e5443223d8084b9ca0c4de.zip
surface the article feature
Diffstat (limited to 'Zotlabs/Lib/Apps.php')
-rw-r--r--Zotlabs/Lib/Apps.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Lib/Apps.php b/Zotlabs/Lib/Apps.php
index 457b85b62..d2a307fd5 100644
--- a/Zotlabs/Lib/Apps.php
+++ b/Zotlabs/Lib/Apps.php
@@ -221,6 +221,7 @@ class Apps {
static public function translate_system_apps(&$arr) {
$apps = array(
'Apps' => t('Apps'),
+ 'Articles' => t('Articles'),
'Cards' => t('Cards'),
'Admin' => t('Site Admin'),
'Report Bug' => t('Report Bug'),