Skip to content

Commit 12a7380

Browse files
change message and support link
Signed-off-by: Amol Sontakke <[email protected]>
1 parent a9f8b20 commit 12a7380

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/modules/corporate-contributor/container/corporate-dashboard/corporate-dashboard.component.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ export class CorporateDashboardComponent implements OnInit, OnDestroy {
190190
this.checkEmployeeSignature();
191191
}else {
192192
this.message =
193-
`We're sorry, but you are currently unable to acknowledge the Employee Contributor License Agreement (ECLA) for this organization.
194-
If you believe this may be an error, please reach out to
195-
<a href="https://jira.linuxfoundation.org/servicedesk/customer/portal/4" target="_blank">support</a>`;
193+
`We're sorry, you are currently unable to acknowledge the Employee Contributor License Agreement (ECLA) for this organization.
194+
If you believe this may be an error, please contact
195+
<a href="https://jira.linuxfoundation.org/plugins/servlet/desk/portal/4/create/143" target="_blank">EasyCLA Support</a>`;
196196
this.openWithDismiss(this.warningModal);
197197
}
198198
},

0 commit comments

Comments
 (0)