This commit is contained in:
Nan Yu
2020-12-28 21:35:13 -08:00
parent b6ab816bb3
commit 37f2cc8d55

View File

@@ -51,9 +51,11 @@ class NewChildDocumentMenu extends React.Component<Props> {
items={[
{
title: (
<Trans>
New document in <strong>{{ collectionName }}</strong>
</Trans>
<span>
<Trans>
New document in <strong>{{ collectionName }}</strong>
</Trans>
</span>
),
onClick: this.handleNewDocument,
},