aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-03-31 22:42:28 +0200
committerMario Vavti <mario@mariovavti.com>2016-03-31 22:42:28 +0200
commit6c2673ae2aa311ee92b5b12b969b4483b52eef53 (patch)
treed5765a0e2e4ccfa6fd94649c2ff04907a054ebbc /include
parent3fdd110e0775113d2246a9db16c6c920ecddf19d (diff)
downloadvolse-hubzilla-6c2673ae2aa311ee92b5b12b969b4483b52eef53.tar.gz
volse-hubzilla-6c2673ae2aa311ee92b5b12b969b4483b52eef53.tar.bz2
volse-hubzilla-6c2673ae2aa311ee92b5b12b969b4483b52eef53.zip
various fixes regarding mod chat
Diffstat (limited to 'include')
-rw-r--r--include/widgets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php
index 50e4cb184..cb68ed00f 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -811,7 +811,7 @@ function widget_chatroom_list($arr) {
function widget_chatroom_members() {
$o = replace_macros(get_markup_template('chatroom_members.tpl'), array(
- '$header' => t('Chatroom Members')
+ '$header' => t('Chat Members')
));
return $o;