We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2dfce commit b2550e9Copy full SHA for b2550e9
components/pdf_app_net/actions/split-pdf/split-pdf.mjs
@@ -35,7 +35,7 @@ export default {
35
fileName: this.fileName,
36
},
37
});
38
- $.export("$summary", "Successfully converted image to PDF File");
+ $.export("$summary", "Successfully split PDF File");
39
return response;
40
41
};
0 commit comments