diff --git a/src/app/components/preferences/dynamips/add-ios-template/add-ios-template.component.ts b/src/app/components/preferences/dynamips/add-ios-template/add-ios-template.component.ts index ad008017..19318b04 100644 --- a/src/app/components/preferences/dynamips/add-ios-template/add-ios-template.component.ts +++ b/src/app/components/preferences/dynamips/add-ios-template/add-ios-template.component.ts @@ -276,7 +276,7 @@ export class AddIosTemplateComponent implements OnInit, OnDestroy { cancelUploading() { this.uploader.clearQueue(); this.uploadServiceService.processBarCount(null) - this.toasterService.warning('Image upload cancelled'); + this.toasterService.warning('File upload cancelled'); // this.uploadServiceService.cancelFileUploading(false) // window.location.reload() diff --git a/src/app/components/preferences/ios-on-unix/add-iou-template/add-iou-template.component.ts b/src/app/components/preferences/ios-on-unix/add-iou-template/add-iou-template.component.ts index 4a2762d5..ac5fabd2 100644 --- a/src/app/components/preferences/ios-on-unix/add-iou-template/add-iou-template.component.ts +++ b/src/app/components/preferences/ios-on-unix/add-iou-template/add-iou-template.component.ts @@ -137,7 +137,7 @@ export class AddIouTemplateComponent implements OnInit, OnDestroy { cancelUploading() { this.uploader.clearQueue(); this.uploadServiceService.processBarCount(100) - this.toasterService.warning('Image upload cancelled'); + this.toasterService.warning('File upload cancelled'); // this.uploadServiceService.cancelFileUploading(false) // window.location.reload() } diff --git a/src/app/components/project-map/new-template-dialog/new-template-dialog.component.ts b/src/app/components/project-map/new-template-dialog/new-template-dialog.component.ts index df656687..e5405da1 100644 --- a/src/app/components/project-map/new-template-dialog/new-template-dialog.component.ts +++ b/src/app/components/project-map/new-template-dialog/new-template-dialog.component.ts @@ -429,7 +429,7 @@ export class NewTemplateDialogComponent implements OnInit { cancelUploading() { this.uploaderImage.clearQueue(); this.uploadServiceService.processBarCount(null) - this.toasterService.warning('Image upload cancelled'); + this.toasterService.warning('File upload cancelled'); this.uploadServiceService.cancelFileUploading(false) } diff --git a/src/app/components/projects/import-project-dialog/import-project-dialog.component.ts b/src/app/components/projects/import-project-dialog/import-project-dialog.component.ts index fbcb2960..b3ffe291 100644 --- a/src/app/components/projects/import-project-dialog/import-project-dialog.component.ts +++ b/src/app/components/projects/import-project-dialog/import-project-dialog.component.ts @@ -170,7 +170,7 @@ export class ImportProjectDialogComponent implements OnInit { cancelUploading() { this.uploader.clearQueue(); this.uploadServiceService.processBarCount(null) - this.toasterService.warning('Image upload cancelled'); + this.toasterService.warning('File upload cancelled'); this.uploadServiceService.cancelFileUploading(false) this.isFirstStepCompleted = false this.uploader.cancelAll();