diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/all-pd/all-pd.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/all-pd/all-pd.component.ts index 5c6f497d5..6f44f8231 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/all-pd/all-pd.component.ts +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/all-pd/all-pd.component.ts @@ -253,7 +253,7 @@ export class AllPdComponent implements OnInit, OnChanges { } this._pd.smsLink(param).subscribe(res=>{ if(res['dataStatus']){ - this.notifier.notify("info","SMS Shared Successfully") + this.notifier.notify("info","SMS Sent Successfully") } }) } diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/completed-pd/completed-pd.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/completed-pd/completed-pd.component.ts index 077a7d312..af3cae33d 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/completed-pd/completed-pd.component.ts +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/completed-pd/completed-pd.component.ts @@ -261,7 +261,7 @@ export class CompletedPdComponent implements OnInit, OnChanges { } this._pd.smsLink(param).subscribe(res=>{ if(res['dataStatus']){ - this.notifier.notify("info","SMS Shared Successfully") + this.notifier.notify("info","SMS Sent Successfully") } }) } diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/inprogress-pd/inprogress-pd.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/inprogress-pd/inprogress-pd.component.ts index b2162b363..6bc1b6e11 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/inprogress-pd/inprogress-pd.component.ts +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/inprogress-pd/inprogress-pd.component.ts @@ -253,7 +253,7 @@ export class InprogressPdComponent implements OnInit, OnChanges { } this._pd.smsLink(param).subscribe(res=>{ if(res['dataStatus']){ - this.notifier.notify("info","SMS Shared Successfully") + this.notifier.notify("info","SMS Sent Successfully") } }) } diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/qc-completed-pd/qc-completed-pd.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/qc-completed-pd/qc-completed-pd.component.ts index 83bb3cd59..e39d7363a 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/qc-completed-pd/qc-completed-pd.component.ts +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/qc-completed-pd/qc-completed-pd.component.ts @@ -235,7 +235,7 @@ export class QcCompletedPdComponent implements OnInit, OnChanges { } this._pd.smsLink(param).subscribe(res=>{ if(res['dataStatus']){ - this.notifier.notify("info","SMS Shared Successfully") + this.notifier.notify("info","SMS Sent Successfully") } }) } diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/scheduled-pd/scheduled-pd.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/scheduled-pd/scheduled-pd.component.ts index 39b4786b3..4122fb835 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/scheduled-pd/scheduled-pd.component.ts +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/scheduled-pd/scheduled-pd.component.ts @@ -249,7 +249,7 @@ export class ScheduledPdComponent implements OnInit, OnChanges { } this._pd.smsLink(param).subscribe(res=>{ if(res['dataStatus']){ - this.notifier.notify("info","SMS Shared Successfully") + this.notifier.notify("info","SMS Sent Successfully") } }) }