From ef238c1b25bba92ffc15f16b2ac93c6ad17a6629 Mon Sep 17 00:00:00 2001 From: pateljannat Date: Wed, 18 Aug 2021 18:08:33 +0530 Subject: [PATCH] fix: export label --- community/www/courses/certificate.html | 2 +- community/www/courses/certificate.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/community/www/courses/certificate.html b/community/www/courses/certificate.html index e28c0d12..6752d4e6 100644 --- a/community/www/courses/certificate.html +++ b/community/www/courses/certificate.html @@ -15,7 +15,7 @@ {% include "community/templates/certificate.html" %} diff --git a/community/www/courses/certificate.js b/community/www/courses/certificate.js index f2392a61..5162db8f 100644 --- a/community/www/courses/certificate.js +++ b/community/www/courses/certificate.js @@ -24,6 +24,6 @@ var export_as_pdf = (e) => { a.download = button.attr("data-certificate-name"); a.click(); }).finally(() => { - button.text(__("Export as PDF")) + button.text(__("Export")) }); }