Simplify heading

This commit is contained in:
Tom Moor
2022-09-11 14:41:56 +01:00
parent c89567991b
commit ec13220881
3 changed files with 2 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ function PublicReferences(props: Props) {
return ( return (
<> <>
<Subheading>{t("Nested documents")}</Subheading> <Subheading>{t("Documents")}</Subheading>
{children.map((node) => ( {children.map((node) => (
<ReferenceListItem key={node.id} document={node} shareId={shareId} /> <ReferenceListItem key={node.id} document={node} shareId={shareId} />
))} ))}

View File

@@ -37,7 +37,7 @@ function References({ document }: Props) {
<Tabs> <Tabs>
{showChildDocuments && ( {showChildDocuments && (
<Tab to="#children" isActive={() => !isBacklinksTab}> <Tab to="#children" isActive={() => !isBacklinksTab}>
<Trans>Nested documents</Trans> <Trans>Documents</Trans>
</Tab> </Tab>
)} )}
{showBacklinks && ( {showBacklinks && (

View File

@@ -429,7 +429,6 @@
"Archived by {{userName}}": "Archived by {{userName}}", "Archived by {{userName}}": "Archived by {{userName}}",
"Deleted by {{userName}}": "Deleted by {{userName}}", "Deleted by {{userName}}": "Deleted by {{userName}}",
"Observing {{ userName }}": "Observing {{ userName }}", "Observing {{ userName }}": "Observing {{ userName }}",
"Nested documents": "Nested documents",
"Backlinks": "Backlinks", "Backlinks": "Backlinks",
"Anyone with the link <1></1>can view this document": "Anyone with the link <1></1>can view this document", "Anyone with the link <1></1>can view this document": "Anyone with the link <1></1>can view this document",
"Share": "Share", "Share": "Share",