Skip to content

Commit

Permalink
as/to
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Sep 23, 2024
1 parent 25f7c91 commit e769951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/api/export/shared_export_service.js
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ export default class SharedExportService extends SharedUtil
{
this._doAfterExport(originalProject, credentials, exportNumber);
this.addLog("");
this.addLog("successfully exported to: " + this.constructor.getName());
this.addLog("successfully exported as " + this.constructor.getName());
}
else if (result.error)
{
Expand Down

0 comments on commit e769951

Please sign in to comment.