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 (
<>
<Subheading>{t("Nested documents")}</Subheading>
<Subheading>{t("Documents")}</Subheading>
{children.map((node) => (
<ReferenceListItem key={node.id} document={node} shareId={shareId} />
))}

View File

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