Procházet zdrojové kódy

captalize Initial for improved clarity

Danny Liu před 1 rokem
rodič
revize
bee0338763

+ 1 - 1
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

+ 1 - 1
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',