From 14908f375d4a30f2383841ab658e0052a49aa906 Mon Sep 17 00:00:00 2001 From: George Nash Date: Mon, 10 Jun 2024 13:23:15 +0100 Subject: [PATCH] added full stop to delete message --- ui/src/app/affiliation/affiliation-delete.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app/affiliation/affiliation-delete.component.ts b/ui/src/app/affiliation/affiliation-delete.component.ts index a6376a8da..1196e0978 100644 --- a/ui/src/app/affiliation/affiliation-delete.component.ts +++ b/ui/src/app/affiliation/affiliation-delete.component.ts @@ -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) {