Explorar el Código

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

fix: missing translation for "Scale"
Gwenaël Gallon hace 3 años
padre
commit
c5cadc7de3
Se han modificado 1 ficheros con 3 adiciones y 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={{