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>1>can view this document": "Anyone with the link <1>1>can view this document",
"Share": "Share",