Re-word account creation error to be more descriptive

This commit is contained in:
Self Denial 2024-04-05 22:58:40 -06:00
parent bad7dca51e
commit ae9922a2cd

View File

@ -45,7 +45,7 @@
if (!canvasPixelTest()) { if (!canvasPixelTest()) {
toast.error( 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", position: "bottom-center",
autoClose: 1000 * 10, autoClose: 1000 * 10,