Skip to content

Commit

Permalink
Merge pull request #230 from amolsontakke3576/bug/2791_update_messages
Browse files Browse the repository at this point in the history
[#2791] Updated Gerrit messages suggested by Pranab
  • Loading branch information
dealako authored Mar 19, 2021
2 parents 46dcfe6 + 66089f6 commit 2c2d986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export class CorporateDashboardComponent implements OnInit, OnDestroy {
this.title = 'You are done!';
this.message = 'You have completed the CLA steps necessary to contribute. You can now return to writing awesome stuff.';
if (hasGerrit) {
this.message = 'You have completed the CLA steps necessary to contribute. Please note that you will need to logout and login on Gerrit to get the updated permissions.' +
this.message = 'You have completed the CLA steps necessary to contribute. Please note that you will need to logout and log back in to your Gerrit account to get the updated permissions.' +
' You can now return to writing awesome stuff.';
}
this.openWithDismiss(this.successModal);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class DocusignSignatureModelComponent {

showGerritMessage() {
this.title = 'Important Note';
this.message = 'Please note that after you have signed the CLA, you will need to logout and login on Gerrit to get the updated permissions. After completing this, ' +
this.message = 'Please note that after you have signed the CLA, you will need to logout and log back in to your Gerrit account to get the updated permissions. After completing this, ' +
'the EasyCLA check will be complete and enabled for all future code contributions for this project.';
this.modalService.open(this.successModal, {
centered: true,
Expand Down

0 comments on commit 2c2d986

Please sign in to comment.