浏览代码

room-lock: use the proper text for the room lock prompt

master
Saúl Ibarra Corretgé 5 年前
父节点
当前提交
5202a7e5b8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      react/features/room-lock/components/RoomLockPrompt.native.js

+ 1
- 1
react/features/room-lock/components/RoomLockPrompt.native.js 查看文件

@@ -77,7 +77,7 @@ class RoomLockPrompt extends Component<Props> {
77 77
 
78 78
         return (
79 79
             <InputDialog
80
-                contentKey = 'dialog.passwordLabel'
80
+                contentKey = 'security.about'
81 81
                 onCancel = { this._onCancel }
82 82
                 onSubmit = { this._onSubmit }
83 83
                 textInputProps = { textInputProps }

正在加载...
取消
保存