ソースを参照

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

master
Saúl Ibarra Corretgé 4年前
コミット
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
 
77
 
78
         return (
78
         return (
79
             <InputDialog
79
             <InputDialog
80
-                contentKey = 'dialog.passwordLabel'
80
+                contentKey = 'security.about'
81
                 onCancel = { this._onCancel }
81
                 onCancel = { this._onCancel }
82
                 onSubmit = { this._onSubmit }
82
                 onSubmit = { this._onSubmit }
83
                 textInputProps = { textInputProps }
83
                 textInputProps = { textInputProps }

読み込み中…
キャンセル
保存