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