浏览代码

Toast error consistency

Self Denial 1 年之前
父节点
当前提交
cf54adf5c4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib/components/chat/Settings/Account.svelte

+ 1 - 1
src/lib/components/chat/Settings/Account.svelte

@@ -152,7 +152,7 @@
 							profileImageUrl = generateInitialsImage(name);
 						} else {
 							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
 								}