From faacc8fc5c7c1b1922c78a82831e4f6273c30ee8 Mon Sep 17 00:00:00 2001 From: Leonardo Mendoza Date: Tue, 28 Jan 2025 19:00:42 -0600 Subject: [PATCH] 9591-empty-record-message-heading --- .../record/components/record-info/record-info.component.html | 2 +- src/locale/properties/record/record.en.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/record/components/record-info/record-info.component.html b/src/app/record/components/record-info/record-info.component.html index 47114c419..b22ecf86e 100644 --- a/src/app/record/components/record-info/record-info.component.html +++ b/src/app/record/components/record-info/record-info.component.html @@ -94,7 +94,7 @@ " >

- There's not displayable data for this record + There's no displayable data for this record

diff --git a/src/locale/properties/record/record.en.properties b/src/locale/properties/record/record.en.properties index c20bf46d9..9cd53938c 100644 --- a/src/locale/properties/record/record.en.properties +++ b/src/locale/properties/record/record.en.properties @@ -42,7 +42,7 @@ record.showAllSources=Show all sources for record.hideAllSources=Hide all sources for record.validatedSource=Validated source record.selfAssertedSource=Self-asserted source -record.noPublicInformation=There's not displayable data for this record +record.noPublicInformation=There's no displayable data for this record record.noPersonalInformation=No personal information available record.nameIsPrivate=Name is private record.registerForAnOrcid=Register for an ORCID record