Simplify heading
This commit is contained in:
@@ -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} />
|
||||||
))}
|
))}
|
||||||
|
|||||||
@@ -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 && (
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user