Skip to content

Commit b2550e9

Browse files
committed
fix summary
1 parent 3a2dfce commit b2550e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/pdf_app_net/actions/split-pdf/split-pdf.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default {
3535
fileName: this.fileName,
3636
},
3737
});
38-
$.export("$summary", "Successfully converted image to PDF File");
38+
$.export("$summary", "Successfully split PDF File");
3939
return response;
4040
},
4141
};

0 commit comments

Comments
 (0)