diff --git a/frontend/src/app/main/ui/viewer/inspect/exports.cljs b/frontend/src/app/main/ui/viewer/inspect/exports.cljs index b9847866d..a300bcc85 100644 --- a/frontend/src/app/main/ui/viewer/inspect/exports.cljs +++ b/frontend/src/app/main/ui/viewer/inspect/exports.cljs @@ -120,10 +120,10 @@ {:value "1.5" :label "1.5x"} {:value "2" :label "2x"} {:value "4" :label "4x"} - {:value "6" :label "6"}] + {:value "6" :label "6x"}] format-options [{:value "png" :label "PNG"} - {:value "jpeg" :label "JPE"} + {:value "jpeg" :label "JPEG"} {:value "svg" :label "SVG"} {:value "pdf" :label "PDF"}]] diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/menus/exports.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/menus/exports.cljs index 7c4f6d264..9a02869c3 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/menus/exports.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/menus/exports.cljs @@ -162,10 +162,10 @@ {:value "1.5" :label "1.5x"} {:value "2" :label "2x"} {:value "4" :label "4x"} - {:value "6" :label "6"}] + {:value "6" :label "6x"}] format-options [{:value "png" :label "PNG"} - {:value "jpeg" :label "JPE"} + {:value "jpeg" :label "JPEG"} {:value "svg" :label "SVG"} {:value "pdf" :label "PDF"}]]