oykuermann
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
3 additions and
2 deletions
-
modules/docs/src/Volo.Docs.Admin.Web/Pages/Docs/Admin/Projects/generatePdf.js
-
modules/docs/src/Volo.Docs.Domain/Volo/Docs/Localization/Domain/en.json
|
|
|
@ -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." |
|
|
|
} |
|
|
|
} |
|
|
|
|