@@ -73,7 +73,7 @@
|
|||||||
"Not registered yet? <2>Create an account</2>": "Not registered yet? <2>Create an account</2>",
|
"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>",
|
"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": "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",
|
"Passwords must match": "Passwords must match",
|
||||||
"Profile": "Profile",
|
"Profile": "Profile",
|
||||||
"Recaptcha dismissed": "Recaptcha dismissed",
|
"Recaptcha dismissed": "Recaptcha dismissed",
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ export function LobbyView(props: Props) {
|
|||||||
{enableE2EE && (
|
{enableE2EE && (
|
||||||
<InputField
|
<InputField
|
||||||
className={styles.passwordField}
|
className={styles.passwordField}
|
||||||
label={t("Password (if none E2EE, is disabled)")}
|
label={t("Password (if none, E2EE is disabled)")}
|
||||||
type="text"
|
type="text"
|
||||||
onChange={onE2EESharedKeyChanged}
|
onChange={onE2EESharedKeyChanged}
|
||||||
value={e2eeSharedKey}
|
value={e2eeSharedKey}
|
||||||
|
|||||||
Reference in New Issue
Block a user