room-lock: use the proper text for the room lock prompt
This commit is contained in:
parent
2af0c0ba17
commit
5202a7e5b8
|
@ -77,7 +77,7 @@ class RoomLockPrompt extends Component<Props> {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<InputDialog
|
<InputDialog
|
||||||
contentKey = 'dialog.passwordLabel'
|
contentKey = 'security.about'
|
||||||
onCancel = { this._onCancel }
|
onCancel = { this._onCancel }
|
||||||
onSubmit = { this._onSubmit }
|
onSubmit = { this._onSubmit }
|
||||||
textInputProps = { textInputProps }
|
textInputProps = { textInputProps }
|
||||||
|
|
Loading…
Reference in New Issue