forked from open-webui/open-webui
Re-word account creation error to be more descriptive
This commit is contained in:
parent
bad7dca51e
commit
ae9922a2cd
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue