diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/widgets.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php index 24cfff7fa..0116e5bd1 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -790,7 +790,7 @@ function widget_chatroom_list($arr) { if($r) { return replace_macros(get_markup_template('chatroomlist.tpl'), array( - '$header' => t('Chat Rooms'), + '$header' => t('Chatrooms'), '$baseurl' => z_root(), '$nickname' => App::$profile['channel_address'], '$items' => $r, |