Explorar o código

fix: missing translation for "Scale" to Export Dialog (#5456)

fix: missing translation for "Scale"
Gwenaël Gallon %!s(int64=3) %!d(string=hai) anos
pai
achega
c5cadc7de3
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/components/ImageExportDialog.tsx

+ 3 - 1
src/components/ImageExportDialog.tsx

@@ -170,7 +170,9 @@ const ImageExportModal = ({
         <Stack.Row gap={2}>
           {actionManager.renderAction("changeExportScale")}
         </Stack.Row>
-        <p style={{ marginLeft: "1em", userSelect: "none" }}>Scale</p>
+        <p style={{ marginLeft: "1em", userSelect: "none" }}>
+          {t("buttons.scale")}
+        </p>
       </div>
       <div
         style={{