Browse Source

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

master
Saúl Ibarra Corretgé 4 years ago
parent
commit
5202a7e5b8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/room-lock/components/RoomLockPrompt.native.js

+ 1
- 1
react/features/room-lock/components/RoomLockPrompt.native.js View File

@@ -77,7 +77,7 @@ class RoomLockPrompt extends Component<Props> {
77 77
 
78 78
         return (
79 79
             <InputDialog
80
-                contentKey = 'dialog.passwordLabel'
80
+                contentKey = 'security.about'
81 81
                 onCancel = { this._onCancel }
82 82
                 onSubmit = { this._onSubmit }
83 83
                 textInputProps = { textInputProps }

Loading…
Cancel
Save