浏览代码

captalize Initial for improved clarity

Danny Liu 1 年之前
父节点
当前提交
bee0338763
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/lib/components/chat/Settings/Account.svelte
  2. 1 1
      src/routes/auth/+page.svelte

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

@@ -153,7 +153,7 @@
 						} else {
 							toast.info(
 								$i18n.t(
-									'Fingerprint spoofing detected: default profile picture set. Disable to access initial gravatar!'
+									'Fingerprint spoofing detected: default profile picture set. Disable to access Initial gravatar!'
 								),
 								{
 									autoClose: 1000 * 10

+ 1 - 1
src/routes/auth/+page.svelte

@@ -46,7 +46,7 @@
 		if (!canvasPixelTest()) {
 			toast.info(
 				$i18n.t(
-					'Fingerprint spoofing detected: default profile picture set. Disable to access initial gravatar!'
+					'Fingerprint spoofing detected: default profile picture set. Disable to access Initial gravatar!'
 				),
 				{
 					position: 'bottom-center',