From ec132208812cec0bfc24c0d18749d5468564cc07 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 11 Sep 2022 14:41:56 +0100 Subject: [PATCH] Simplify heading --- app/scenes/Document/components/PublicReferences.tsx | 2 +- app/scenes/Document/components/References.tsx | 2 +- shared/i18n/locales/en_US/translation.json | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/scenes/Document/components/PublicReferences.tsx b/app/scenes/Document/components/PublicReferences.tsx index 5fd01d630..1071e38d6 100644 --- a/app/scenes/Document/components/PublicReferences.tsx +++ b/app/scenes/Document/components/PublicReferences.tsx @@ -50,7 +50,7 @@ function PublicReferences(props: Props) { return ( <> - {t("Nested documents")} + {t("Documents")} {children.map((node) => ( ))} diff --git a/app/scenes/Document/components/References.tsx b/app/scenes/Document/components/References.tsx index 6c4b88c33..38c913054 100644 --- a/app/scenes/Document/components/References.tsx +++ b/app/scenes/Document/components/References.tsx @@ -37,7 +37,7 @@ function References({ document }: Props) { {showChildDocuments && ( !isBacklinksTab}> - Nested documents + Documents )} {showBacklinks && ( diff --git a/shared/i18n/locales/en_US/translation.json b/shared/i18n/locales/en_US/translation.json index 253b92859..a92877c4a 100644 --- a/shared/i18n/locales/en_US/translation.json +++ b/shared/i18n/locales/en_US/translation.json @@ -429,7 +429,6 @@ "Archived by {{userName}}": "Archived by {{userName}}", "Deleted by {{userName}}": "Deleted by {{userName}}", "Observing {{ userName }}": "Observing {{ userName }}", - "Nested documents": "Nested documents", "Backlinks": "Backlinks", "Anyone with the link <1>can view this document": "Anyone with the link <1>can view this document", "Share": "Share",