We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af0c0b commit 5202a7eCopy full SHA for 5202a7e
react/features/room-lock/components/RoomLockPrompt.native.js
@@ -77,7 +77,7 @@ class RoomLockPrompt extends Component<Props> {
77
78
return (
79
<InputDialog
80
- contentKey = 'dialog.passwordLabel'
+ contentKey = 'security.about'
81
onCancel = { this._onCancel }
82
onSubmit = { this._onSubmit }
83
textInputProps = { textInputProps }
0 commit comments