fix: export label

This commit is contained in:
pateljannat
2021-08-18 18:08:33 +05:30
parent cb60d97bb7
commit ef238c1b25
2 changed files with 2 additions and 2 deletions

View File

@@ -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"))
});
}