From cf4fa30a57edbdc1db46621397ecdd1d1d195faf Mon Sep 17 00:00:00 2001 From: David Luzar Date: Mon, 23 Mar 2020 16:15:22 +0100 Subject: [PATCH] tweak png copy button label (#1062) * tweak png copy button label * fix lint --- src/components/ExportDialog.tsx | 4 ++-- src/locales/en.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/ExportDialog.tsx b/src/components/ExportDialog.tsx index bdb450ad..cd917159 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 aaa501db..d8817b52 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",