diff --git a/src/components/ExportDialog.tsx b/src/components/ExportDialog.tsx index bdb450ad66..cd91715998 100644 --- a/src/components/ExportDialog.tsx +++ b/src/components/ExportDialog.tsx @@ -135,8 +135,8 @@ function ExportModal({ onExportToClipboard(exportedElements, scale)} /> )} diff --git a/src/locales/en.json b/src/locales/en.json index aaa501db05..d8817b5242 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -52,6 +52,7 @@ "exportToPng": "Export to PNG", "exportToSvg": "Export to SVG", "copyToClipboard": "Copy to clipboard", + "copyPngToClipboard": "Copy PNG to clipboard", "save": "Save", "load": "Load", "getShareableLink": "Get shareable link",