From 0b5b6fb37f7645c3778cbe4c7ad4c2423d4a61a9 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 16:38:14 +0530 Subject: [PATCH] New translations actions.json (English) --- src/i18n/locales/en/rightSidebar/actions.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/en/rightSidebar/actions.json b/src/i18n/locales/en/rightSidebar/actions.json index b6818714..ae75bbd1 100644 --- a/src/i18n/locales/en/rightSidebar/actions.json +++ b/src/i18n/locales/en/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": {