Переглянути джерело

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

master
Saúl Ibarra Corretgé 4 роки тому
джерело
коміт
5202a7e5b8

+ 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 }

Завантаження…
Відмінити
Зберегти