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

This commit is contained in:
Saúl Ibarra Corretgé
2020-05-27 16:45:11 +02:00
committed by Saúl Ibarra Corretgé
parent 2af0c0ba17
commit 5202a7e5b8
@@ -77,7 +77,7 @@ class RoomLockPrompt extends Component<Props> {
return (
<InputDialog
contentKey = 'dialog.passwordLabel'
contentKey = 'security.about'
onCancel = { this._onCancel }
onSubmit = { this._onSubmit }
textInputProps = { textInputProps }