Update string

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2023-07-25 13:03:31 +02:00
parent 767b840d87
commit 7ddede4fee
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@
"Not registered yet? <2>Create an account</2>": "Not registered yet? <2>Create an account</2>",
"Other users are trying to join this call from incompatible versions. These users should ensure that they have refreshed their browsers:<1>{userLis}</1>": "Other users are trying to join this call from incompatible versions. These users should ensure that they have refreshed their browsers:<1>{userLis}</1>",
"Password": "Password",
"Password (if none E2EE, is disabled)": "Password (if none E2EE, is disabled)",
"Password (if none, E2EE is disabled)": "Password (if none, E2EE is disabled)",
"Passwords must match": "Passwords must match",
"Profile": "Profile",
"Recaptcha dismissed": "Recaptcha dismissed",

View File

@@ -86,7 +86,7 @@ export function LobbyView(props: Props) {
{enableE2EE && (
<InputField
className={styles.passwordField}
label={t("Password (if none E2EE, is disabled)")}
label={t("Password (if none, E2EE is disabled)")}
type="text"
onChange={onE2EESharedKeyChanged}
value={e2eeSharedKey}