diff --git a/src/lib/components/chat/Settings/Account.svelte b/src/lib/components/chat/Settings/Account.svelte index 5a152bc40..df7c2056c 100644 --- a/src/lib/components/chat/Settings/Account.svelte +++ b/src/lib/components/chat/Settings/Account.svelte @@ -153,7 +153,7 @@ } else { toast.info( $i18n.t( - 'Fingerprint spoofing detected: default profile picture set. Disable to access initial gravatar!' + 'Fingerprint spoofing detected: default profile picture set. Disable to access Initial gravatar!' ), { autoClose: 1000 * 10 diff --git a/src/routes/auth/+page.svelte b/src/routes/auth/+page.svelte index babdc68a1..041640f73 100644 --- a/src/routes/auth/+page.svelte +++ b/src/routes/auth/+page.svelte @@ -46,7 +46,7 @@ if (!canvasPixelTest()) { toast.info( $i18n.t( - 'Fingerprint spoofing detected: default profile picture set. Disable to access initial gravatar!' + 'Fingerprint spoofing detected: default profile picture set. Disable to access Initial gravatar!' ), { position: 'bottom-center',