Skip to content

Commit 95cc0fc

Browse files
added support link
Signed-off-by: Amol Sontakke <[email protected]>
1 parent 1da553e commit 95cc0fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,9 @@ export class CorporateDashboardComponent implements OnInit, OnDestroy {
191191
}else {
192192
this.title = 'Restricted Organization';
193193
this.message =
194-
'We’re sorry, but you are currently unable to sign the Corporate Contributor License Agreement (CCLA).'+
195-
' If you believe this may be an error, please reach out to support';
194+
`We're sorry, but you are currently unable to sign the Employee Contributor License Agreement (ECLA).
195+
If you believe this may be an error, please reach out to
196+
<a href="https://jira.linuxfoundation.org/servicedesk/customer/portal/4" target="_blank">support</a>`;
196197
this.openWithDismiss(this.errorModal);
197198
}
198199
},

0 commit comments

Comments
 (0)