From 97fff02c156cc5d725f55f3a9a1320c3eb03f84b Mon Sep 17 00:00:00 2001 From: Bettenbuk Zoltan Date: Fri, 3 Apr 2020 10:48:41 +0200 Subject: [PATCH] web: use password i18n placeholder --- lang/main.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/main.json b/lang/main.json index 723cebcba..d9a0aff9f 100644 --- a/lang/main.json +++ b/lang/main.json @@ -220,7 +220,7 @@ "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.", "muteParticipantTitle": "Mute this participant?", "Ok": "Ok", - "passwordLabel": "The meeting has been locked by a participant. Please enter the password to join.", + "passwordLabel": "The meeting has been locked by a participant. Please enter the $t(lockRoomPassword) to join.", "passwordNotSupported": "Setting a meeting $t(lockRoomPassword) is not supported.", "passwordNotSupportedTitle": "$t(lockRoomPasswordUppercase) not supported", "passwordRequired": "$t(lockRoomPasswordUppercase) required",