aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-11-22 14:18:58 -0800
committerzotlabs <mike@macgirvin.com>2016-11-22 14:18:58 -0800
commit11b4d98f37c2f2daeb2fb19e1b4c8ab5190ea3c5 (patch)
tree22d82f384a9bd986a47215f3a9ee918f3d888cf2 /include/conversation.php
parent6e016c439caa444c4b3aca55e39a5dfa7294c684 (diff)
parentd1af4a5582a1a0fa0a97261e04a13edb1f8f32c0 (diff)
downloadvolse-hubzilla-11b4d98f37c2f2daeb2fb19e1b4c8ab5190ea3c5.tar.gz
volse-hubzilla-11b4d98f37c2f2daeb2fb19e1b4c8ab5190ea3c5.tar.bz2
volse-hubzilla-11b4d98f37c2f2daeb2fb19e1b4c8ab5190ea3c5.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php
index deb463887..16eacd73e 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -1752,7 +1752,7 @@ function profile_tabs($a, $is_owner = false, $nickname = null){
if(feature_enabled($uid,'wiki') && (get_account_techlevel($account_id) > 3)) {
$tabs[] = array(
- 'label' => t('Wiki'),
+ 'label' => t('Wikis'),
'url' => z_root() . '/wiki/' . $nickname,
'sel' => ((argv(0) == 'wiki') ? 'active' : ''),
'title' => t('Wiki'),