From ccdf670291529e19583894277c91e64898f7c5a9 Mon Sep 17 00:00:00 2001 From: HF Date: Wed, 27 Dec 2023 15:42:54 +0100 Subject: [PATCH] fix backslash in pixel protection info text --- src/components/ModCanvastools.jsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/ModCanvastools.jsx b/src/components/ModCanvastools.jsx index 2fba559f..e94f6074 100644 --- a/src/components/ModCanvastools.jsx +++ b/src/components/ModCanvastools.jsx @@ -306,9 +306,10 @@ function ModCanvastools() {

{t`Pixel Protection`}

- {t`Set protection of areas \ - (if you need finer grained control, \ - use protect with image upload and alpha layers)`} + { + // eslint-disable-next-line max-len + t`Set protection of areas (if you need finer grained control, use protect with image upload and alpha layers)` + }