@ -37,7 +37,7 @@ $(function () {
abpHandleError : false,
error: function (jqXHR) {
if (jqXHR.status === 200) {
abp.message.success(l('PdfFileDeletedSuccessfully'));
abp.message.success(l('PdfFileGeneratedSuccessfully'));
$btn.buttonBusy(false);
$("#GenerateAndDownloadPdfBtn").buttonBusy(false);
} else {
@ -44,6 +44,7 @@
"Docs_Page_Title": "ABP Documentation",
"Docs_Page_Description": "Access comprehensive guides and API references in the ABP Documentation, aiding in development and troubleshooting.",
"GoogleTranslate": "Google Translate",
"DownloadPDF": "Download PDF"
"DownloadPDF": "Download PDF",
"PdfFileGeneratedSuccessfully": "The PDF file is generated successfully."
}