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

This commit is contained in:
Saúl Ibarra Corretgé 2020-05-27 15:52:55 +02:00 committed by Saúl Ibarra Corretgé
parent 2af0c0ba17
commit 5202a7e5b8
1 changed files with 1 additions and 1 deletions

View File

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