diff --git a/src/app/components/request-deletion-dialog/request-deletion-dialog.component.html b/src/app/components/request-deletion-dialog/request-deletion-dialog.component.html index a2e03c1..3a56679 100644 --- a/src/app/components/request-deletion-dialog/request-deletion-dialog.component.html +++ b/src/app/components/request-deletion-dialog/request-deletion-dialog.component.html @@ -5,7 +5,7 @@

{{ data.componentName }} - Deletion Form

- Please fill the form, the Support team will receive a Service Now ticket and assist you with the component deletion. + Please fill the form, the Support team will receive a ticket and assist you with the component deletion.
diff --git a/src/app/screens/project-components-screen/project-components-screen.component.spec.ts b/src/app/screens/project-components-screen/project-components-screen.component.spec.ts index 0d84f42..8ffb9cf 100644 --- a/src/app/screens/project-components-screen/project-components-screen.component.spec.ts +++ b/src/app/screens/project-components-screen/project-components-screen.component.spec.ts @@ -308,7 +308,7 @@ describe('ProjectComponentsScreenComponent', () => { id: '', read: false, subject: 'only_toast', - title: 'The request has successfully been sent. Support will receive a Service Now ticket and manage the component deletion.' + title: 'The request has successfully been sent. Support will receive a ticket and manage the component deletion.' } as AppShellNotification, 8000); }); diff --git a/src/app/screens/project-components-screen/project-components-screen.component.ts b/src/app/screens/project-components-screen/project-components-screen.component.ts index 1a50e66..41aa785 100644 --- a/src/app/screens/project-components-screen/project-components-screen.component.ts +++ b/src/app/screens/project-components-screen/project-components-screen.component.ts @@ -136,7 +136,7 @@ export class ProjectComponentsScreenComponent implements OnInit, OnDestroy { // Extended message when automatic deletion is incorrect, since no human intervention is expected const msg = shouldRequestAutomaticDeletion ? 'The request has successfully been sent.' : - 'The request has successfully been sent. Support will receive a Service Now ticket and manage the component deletion.'; + 'The request has successfully been sent. Support will receive a ticket and manage the component deletion.'; dialogRef.afterClosed().subscribe((result: RequestDeletionDialogResult | undefined) => { if (result) {