Skip to content

Commit

Permalink
AAE-25190 Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pmartinezga committed Sep 6, 2024
1 parent dd2e15a commit c721288
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,8 @@ export class StartProcessCloudComponent implements OnChanges, OnInit, OnDestroy
}

constructor(private translateService: TranslationService) {
this.startProcessButtonLabel = this.translateService
.instant('ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.FORM.ACTION.START')
.toUpperCase();
this.cancelButtonLabel = this.translateService.instant('ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.FORM.ACTION.CANCEL').toUpperCase();
this.startProcessButtonLabel = this.defaultStartProcessButtonLabel;
this.cancelButtonLabel = this.defaultCancelProcessButtonLabel;
}

ngOnInit() {
Expand Down

0 comments on commit c721288

Please sign in to comment.