Skip to content

Commit 5202a7e

Browse files
committed
room-lock: use the proper text for the room lock prompt
1 parent 2af0c0b commit 5202a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react/features/room-lock/components/RoomLockPrompt.native.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class RoomLockPrompt extends Component<Props> {
7777

7878
return (
7979
<InputDialog
80-
contentKey = 'dialog.passwordLabel'
80+
contentKey = 'security.about'
8181
onCancel = { this._onCancel }
8282
onSubmit = { this._onSubmit }
8383
textInputProps = { textInputProps }

0 commit comments

Comments
 (0)