From 2abe81b4f22dd1bd1f6ce8bcd6af88c5bbc0935a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 16 Apr 2020 14:44:47 +0530 Subject: [PATCH] New translations app.json (English) --- src/i18n/locales/en/app/app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/i18n/locales/en/app/app.json b/src/i18n/locales/en/app/app.json index 5c331825..99b36859 100644 --- a/src/i18n/locales/en/app/app.json +++ b/src/i18n/locales/en/app/app.json @@ -29,6 +29,10 @@ "multiPageA4": "Multi-Page A4" } }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], "buttons": { "cancel": "Cancel", "saveAsPdf": "Save as PDF"