Skip to content

Commit

Permalink
uppercases image download extensions in popups
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed May 4, 2023
1 parent 49d3a96 commit 9cb9216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cms/src/components/Viz/Options.jsx
Expand Up @@ -558,7 +558,7 @@ class Options extends Component {
fontSize="md"
fill
>
{imageProcessing ? t("CMS.Options.Processing image") : `${t("CMS.Options.Download")} ${imageFormat}`}
{imageProcessing ? t("CMS.Options.Processing image") : `${t("CMS.Options.Download")} ${imageFormat.toUpperCase()}`}
</Button>
</div>
} />
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9cb9216

Please sign in to comment.