From c5cadc7de358459140556968c25e739a3da6868e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwena=C3=ABl=20Gallon?= Date: Wed, 20 Jul 2022 11:22:04 +0200 Subject: [PATCH] fix: missing translation for "Scale" to Export Dialog (#5456) fix: missing translation for "Scale" --- src/components/ImageExportDialog.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/ImageExportDialog.tsx b/src/components/ImageExportDialog.tsx index bfc7f02c..03950f29 100644 --- a/src/components/ImageExportDialog.tsx +++ b/src/components/ImageExportDialog.tsx @@ -170,7 +170,9 @@ const ImageExportModal = ({ {actionManager.renderAction("changeExportScale")} -

Scale

+

+ {t("buttons.scale")} +