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

@@ -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}