1
0
mirror of https://github.com/excalidraw/excalidraw.git synced 2024-11-10 11:35:52 +01:00

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

fix: missing translation for "Scale"
This commit is contained in:
Gwenaël Gallon 2022-07-20 11:22:04 +02:00 committed by GitHub
parent 7dc0c0d96a
commit c5cadc7de3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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={{