forked from open-webui/open-webui
Toast error consistency
This commit is contained in:
parent
ae9922a2cd
commit
cf54adf5c4
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@
|
||||||
profileImageUrl = generateInitialsImage(name);
|
profileImageUrl = generateInitialsImage(name);
|
||||||
} else {
|
} else {
|
||||||
toast.error(
|
toast.error(
|
||||||
$i18n.t('Canvas pixel test failed, fingerprint evasion likely. Disable fingerprint evasion and try again!'),
|
$i18n.t('Canvas pixel test failed: fingerprint evasion likely. Disable fingerprint evasion and try again!'),
|
||||||
{
|
{
|
||||||
autoClose: 1000 * 10
|
autoClose: 1000 * 10
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue