fix: Missing space character (#2961)

* Fix typo

* Update Templates.tsx

Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
Andy Rossmeissl
2022-01-20 21:31:48 -05:00
committed by GitHub
parent 062016b164
commit 090e5f2849

View File

@@ -46,7 +46,7 @@ function Templates(props: RouteComponentProps<{ sort: string }>) {
}
empty={
<Empty>
{t("There are no templates just yet.")}
{t("There are no templates just yet.")}{" "}
{can.createDocument &&
t(
"You can create templates to help your team create consistent and accurate documentation."