Skip to content

Commit

Permalink
Merge pull request #1216 from ORCID/missingFullStop
Browse files Browse the repository at this point in the history
added full stop to delete message
  • Loading branch information
auumgn authored Jun 10, 2024
2 parents 8351d8b + 14908f3 commit c6e7656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/affiliation/affiliation-delete.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class AffiliationDeleteDialogComponent implements OnInit {

ngOnInit(): void {
this.message = $localize`:@@gatewayApp.assertionServiceAssertion.delete.fromPortalAndRegistry.string:Are you sure you want to delete this affiliation for ${this.affiliation?.email}? The affiliation will be deleted from the portal and
the user's ORCID record`
the user's ORCID record.`
}

confirmDelete(id: string | undefined) {
Expand Down

0 comments on commit c6e7656

Please sign in to comment.