浏览代码

fix errors

SimonOriginal 10 月之前
父节点
当前提交
5e9e1108a3
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      src/lib/components/chat/Settings/General.svelte
  2. 2 2
      src/lib/components/chat/Settings/Interface.svelte

+ 2 - 2
src/lib/components/chat/Settings/General.svelte

@@ -33,8 +33,8 @@
 		} else {
 		} else {
 			toast.error(
 			toast.error(
 				$i18n.t(
 				$i18n.t(
-+					'Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.'
-+				)
+					'Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.'
+				)
 			);
 			);
 		}
 		}
 	};
 	};

+ 2 - 2
src/lib/components/chat/Settings/Interface.svelte

@@ -112,8 +112,8 @@
 		} else {
 		} else {
 			toast.error(
 			toast.error(
 				$i18n.t(
 				$i18n.t(
-+					'Clipboard write permission denied. Please check your browser settings to grant the necessary access.'
-+				)
+					'Clipboard write permission denied. Please check your browser settings to grant the necessary access.'
+				)
 			);
 			);
 		}
 		}
 	};
 	};