diff --git a/src/components/Admintools.jsx b/src/components/Admintools.jsx index 6039cb0..a2b1542 100644 --- a/src/components/Admintools.jsx +++ b/src/components/Admintools.jsx @@ -104,7 +104,7 @@ function Admintools() { )}

-

{t`IP Actions`}

+

{t`IP Actions`}

{t`Do stuff with IPs (one IP per line)`}

@@ -153,7 +153,7 @@ function Admintools() {
-

{t`Manage Moderators`}

+

{t`Manage Moderators`}

{t`Remove Moderator`}

diff --git a/src/components/BanInfo.jsx b/src/components/BanInfo.jsx index 472be5f..a7a6e2b 100644 --- a/src/components/BanInfo.jsx +++ b/src/components/BanInfo.jsx @@ -83,19 +83,19 @@ const BanInfo = ({ close }) => { ))} {(reason) && ( -

{t`Reason`}:

+

{t`Reason`}:

{reason}

)} {(mod) && ( -

{t`By Mod`}:

+

{t`By Mod`}:

{mod}

)} {(expireTs > 0) && ( -

{t`Duration`}:

+

{t`Duration`}:

{t`Your ban expires at `} {expire} @@ -110,7 +110,7 @@ const BanInfo = ({ close }) => { )} {(expireTs < 0) && ( -

{t`Unbanned`}:

+

{t`Unbanned`}:

{t`Now that you have seen this message, you are no longer banned.`}

)} diff --git a/src/components/CanvasItem.jsx b/src/components/CanvasItem.jsx index fdc743d..382d105 100644 --- a/src/components/CanvasItem.jsx +++ b/src/components/CanvasItem.jsx @@ -22,8 +22,8 @@ const CanvasItem = ({ alt="preview" src={`/preview${canvasId}.png`} /> -

- {canvas.title}
+

+

{canvas.title}

{(online) && ( {t`Online Users`}:  @@ -67,7 +67,7 @@ const CanvasItem = ({ ? x {THREE_CANVAS_HEIGHT} Voxels : Pixels} -

+
); diff --git a/src/components/Converter.jsx b/src/components/Converter.jsx index ca83355..fcd3754 100644 --- a/src/components/Converter.jsx +++ b/src/components/Converter.jsx @@ -213,7 +213,7 @@ function Converter() { }
-

{t`Palette Download`}

+

{t`Palette Download`}

{jt`Palette for ${gimpLink}`}: 
-

{t`Image Converter`}

+

{t`Image Converter`}

{t`Convert an image to canvas colors`}

-

{t`Image Upload`}

+

{t`Image Upload`}

{t`Upload images to canvas`}

{t`File`}:  @@ -316,7 +316,7 @@ function ModCanvastools() {

-

{t`Pixel Protection`}

+

{t`Pixel Protection`}

{t`Set protection of areas \ (if you need finer grained control, \ @@ -399,7 +399,7 @@ function ModCanvastools() {


-

{t`Rollback to Date`}

+

{t`Rollback to Date`}

{t`Rollback an area of the canvas to a set date (00:00 UTC)`}

@@ -474,7 +474,7 @@ function ModCanvastools() { )}
-

{t`Canvas Cleaner`}

+

{t`Canvas Cleaner`}

{t`Apply a filter to clean trash in large canvas areas.`}

diff --git a/src/components/ModIIDtools.jsx b/src/components/ModIIDtools.jsx index 66f5295..2830549 100644 --- a/src/components/ModIIDtools.jsx +++ b/src/components/ModIIDtools.jsx @@ -49,7 +49,7 @@ function ModIIDtools() { return (
-

{t`IID Actions`}

+

{t`IID Actions`}

{ type="text" placeholder={t`Name`} /> -

{t`Email`}:

+

{t`Email`}:

{ type="text" placeholder={t`Email`} /> -

{t`Password`}:

+

{t`Password`}:

{ type="password" placeholder={t`Password`} /> -

{t`Confirm Password`}:

+

{t`Confirm Password`}:

{ type="password" placeholder={t`Confirm Password`} /> -

{t`Captcha`}:

+

{t`Captcha`}: