"scripts/conversion_glide.py" did not exist on "2d1f7de28cf71352974343a69d0b3a182eae31a4"
Commit 5e9e1108 authored by SimonOriginal's avatar SimonOriginal
Browse files

fix errors

parent 855b5508
...@@ -33,8 +33,8 @@ ...@@ -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.'
+ ) )
); );
} }
}; };
......
...@@ -112,8 +112,8 @@ ...@@ -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.'
+ ) )
); );
} }
}; };
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment