소스 검색

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
 								}