Explorar o código

Re-word account creation error to be more descriptive

Self Denial hai 1 ano
pai
achega
ae9922a2cd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/routes/auth/+page.svelte

+ 1 - 1
src/routes/auth/+page.svelte

@@ -45,7 +45,7 @@
 
 		if (!canvasPixelTest()) {
 			toast.error(
-				$i18n.t('Canvas pixel test failed, fingerprint evasion likely. Default image used.'),
+				$i18n.t('Canvas pixel test failed: fingerprint evasion likely. Using default avatar image.'),
 				{
 					position: "bottom-center",
 					autoClose: 1000 * 10,