diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-12-04 15:10:54 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-12-04 15:10:54 +0100 |
commit | 3f6fe4f2be18dd99f30a2cd5e47fb3aaeee4b0b7 (patch) | |
tree | fd266b83159453029e0e2997b95e603c7bf98ff9 | |
parent | bb7680dc51723d3166bac005fd8f8510be8cfd01 (diff) | |
download | volse-hubzilla-3f6fe4f2be18dd99f30a2cd5e47fb3aaeee4b0b7.tar.gz volse-hubzilla-3f6fe4f2be18dd99f30a2cd5e47fb3aaeee4b0b7.tar.bz2 volse-hubzilla-3f6fe4f2be18dd99f30a2cd5e47fb3aaeee4b0b7.zip |
translateable string
-rw-r--r-- | Zotlabs/Module/Wiki.php | 1 | ||||
-rw-r--r-- | view/tpl/wikilist.tpl | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Module/Wiki.php b/Zotlabs/Module/Wiki.php index da23d67a2..01a1bdc41 100644 --- a/Zotlabs/Module/Wiki.php +++ b/Zotlabs/Module/Wiki.php @@ -149,6 +149,7 @@ class Wiki extends \Zotlabs\Web\Controller { '$wikiName' => array('wikiName', t('Wiki name')), '$mimeType' => array('mimeType', t('Content type'), '', '', ['text/markdown' => 'Markdown', 'text/bbcode' => 'BB Code']), '$name' => t('Name'), + '$type' => t('Type'), '$lockstate' => $x['lockstate'], '$acl' => $x['acl'], '$allow_cid' => $x['allow_cid'], diff --git a/view/tpl/wikilist.tpl b/view/tpl/wikilist.tpl index ecbbdf7d0..1fb7dbec1 100644 --- a/view/tpl/wikilist.tpl +++ b/view/tpl/wikilist.tpl @@ -28,7 +28,7 @@ <table id="wikis-index"> <tr> <th width="97%">{{$name}}</th> - <th width="1%">Type</th> + <th width="1%">{{$type}}</th> <th width="1%" class="wikis-index-tool"></th> {{if $owner}} <th width="1%"></th> |