From bee0338763f848f0dd3afeb2c5dbe2d4b8e8120b Mon Sep 17 00:00:00 2001 From: Danny Liu Date: Sat, 6 Apr 2024 02:23:32 -0700 Subject: [PATCH] captalize Initial for improved clarity --- src/lib/components/chat/Settings/Account.svelte | 2 +- src/routes/auth/+page.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',