Commit 6e6f852a authored by Władysław Koszałko's avatar Władysław Koszałko

Typo caused [object Object] in room info

parent cf25670c
...@@ -2322,8 +2322,8 @@ ...@@ -2322,8 +2322,8 @@
'label_open_room': __('Open room'), 'label_open_room': __('Open room'),
'label_permanent_room': __('Permanent room'), 'label_permanent_room': __('Permanent room'),
'label_public': __('Public'), 'label_public': __('Public'),
'label_semi_anon': _('Semi-anonymous'), 'label_semi_anon': __('Semi-anonymous'),
'label_temp_room': _('Temporary room'), 'label_temp_room': __('Temporary room'),
'label_unmoderated': __('Unmoderated') 'label_unmoderated': __('Unmoderated')
})); }));
}.bind(this)); }.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