Browse Source

web: use password i18n placeholder

j8
Bettenbuk Zoltan 5 years ago
parent
commit
97fff02c15
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lang/main.json

+ 1
- 1
lang/main.json View File

@@ -220,7 +220,7 @@
220 220
         "muteParticipantDialog": "Are you sure you want to mute this participant? You won't be able to unmute them, but they can unmute themselves at any time.",
221 221
         "muteParticipantTitle": "Mute this participant?",
222 222
         "Ok": "Ok",
223
-        "passwordLabel": "The meeting has been locked by a participant. Please enter the password to join.",
223
+        "passwordLabel": "The meeting has been locked by a participant. Please enter the $t(lockRoomPassword) to join.",
224 224
         "passwordNotSupported": "Setting a meeting $t(lockRoomPassword) is not supported.",
225 225
         "passwordNotSupportedTitle": "$t(lockRoomPasswordUppercase) not supported",
226 226
         "passwordRequired": "$t(lockRoomPasswordUppercase) required",

Loading…
Cancel
Save