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 (
|
||||
<InputDialog
|
||||
contentKey = 'dialog.passwordLabel'
|
||||
contentKey = 'security.about'
|
||||
onCancel = { this._onCancel }
|
||||
onSubmit = { this._onSubmit }
|
||||
textInputProps = { textInputProps }
|
||||
|
|
Loading…
Reference in New Issue