浏览代码

Use "No Password" instead of "Unsecured"

JC Brand 7 年之前
父节点
当前提交
0b857011f3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/converse-muc.js

+ 1 - 1
src/converse-muc.js

@@ -2309,7 +2309,7 @@
                                 'label_semianonymous': __('Semi-anonymous'),
                                 'label_temporary': __('Temporary'),
                                 'label_unmoderated': __('Unmoderated'),
-                                'label_unsecured': __('Unsecured'),
+                                'label_unsecured': __('No password'),
                                 'tt_hidden': __('This room is not publicly searchable'),
                                 'tt_mam_enabled': __('Messages are archived on the server'),
                                 'tt_membersonly': __('This room is restricted to members only'),