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 /view/tpl | |
parent | bb7680dc51723d3166bac005fd8f8510be8cfd01 (diff) | |
download | volse-hubzilla-3f6fe4f2be18dd99f30a2cd5e47fb3aaeee4b0b7.tar.gz volse-hubzilla-3f6fe4f2be18dd99f30a2cd5e47fb3aaeee4b0b7.tar.bz2 volse-hubzilla-3f6fe4f2be18dd99f30a2cd5e47fb3aaeee4b0b7.zip |
translateable string
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/wikilist.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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> |