Commit 4c327340 authored by JC Brand's avatar JC Brand

Merge pull request #505 from gromiak/master

Typo caused [object Object] in room info
parents cf25670c 6e6f852a
......@@ -2322,8 +2322,8 @@
'label_open_room': __('Open room'),
'label_permanent_room': __('Permanent room'),
'label_public': __('Public'),
'label_semi_anon': _('Semi-anonymous'),
'label_temp_room': _('Temporary room'),
'label_semi_anon': __('Semi-anonymous'),
'label_temp_room': __('Temporary room'),
'label_unmoderated': __('Unmoderated')
}));
}.bind(this));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment