aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-05-01 21:25:15 -0400
committerAndrew Manning <tamanning@zoho.com>2016-05-01 21:25:15 -0400
commitb1ae4d776c7c093c7f3ff6905e1a5302fbd5e3f6 (patch)
treefab88c168153d87cb1c63b0518c960b735eb1177
parent95b96692130e0a949375e133c1aa879efd0cfb2e (diff)
downloadvolse-hubzilla-b1ae4d776c7c093c7f3ff6905e1a5302fbd5e3f6.tar.gz
volse-hubzilla-b1ae4d776c7c093c7f3ff6905e1a5302fbd5e3f6.tar.bz2
volse-hubzilla-b1ae4d776c7c093c7f3ff6905e1a5302fbd5e3f6.zip
fixed tpl
-rw-r--r--Zotlabs/Module/Admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Admin.php b/Zotlabs/Module/Admin.php
index bad717567..1f228a991 100644
--- a/Zotlabs/Module/Admin.php
+++ b/Zotlabs/Module/Admin.php
@@ -1346,7 +1346,7 @@ class Admin extends \Zotlabs\Web\Controller {
'$plugins' => $plugins,
'$disabled' => t('Disabled - version incompatibility'),
'$form_security_token' => get_form_security_token('admin_plugins'),
- '$addclone' => t('Add Plugin Repo'),
+ '$addrepo' => t('Add Plugin Repo'),
'$expandform' => false,
'$form' => $admin_plugins_add_repo_form
));