diff --git a/src/lib/components/chat/Settings/General.svelte b/src/lib/components/chat/Settings/General.svelte index ee6a88fc8..94275d76d 100644 --- a/src/lib/components/chat/Settings/General.svelte +++ b/src/lib/components/chat/Settings/General.svelte @@ -33,8 +33,8 @@ } else { toast.error( $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.' + ) ); } }; diff --git a/src/lib/components/chat/Settings/Interface.svelte b/src/lib/components/chat/Settings/Interface.svelte index 23a9b55f1..5af33888a 100644 --- a/src/lib/components/chat/Settings/Interface.svelte +++ b/src/lib/components/chat/Settings/Interface.svelte @@ -112,8 +112,8 @@ } else { toast.error( $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.' + ) ); } };