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()) {
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,