fix backslash in pixel protection info text

This commit is contained in:
HF 2023-12-27 15:42:54 +01:00
parent 317542b6d1
commit ccdf670291

View File

@ -306,9 +306,10 @@ function ModCanvastools() {
<div className="modaldivider" />
<h3>{t`Pixel Protection`}</h3>
<p>
{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)`
}
</p>
<select
value={protAction}