fix: Missing space character (#2961)
* Fix typo * Update Templates.tsx Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
@@ -46,7 +46,7 @@ function Templates(props: RouteComponentProps<{ sort: string }>) {
|
|||||||
}
|
}
|
||||||
empty={
|
empty={
|
||||||
<Empty>
|
<Empty>
|
||||||
{t("There are no templates just yet.")}
|
{t("There are no templates just yet.")}{" "}
|
||||||
{can.createDocument &&
|
{can.createDocument &&
|
||||||
t(
|
t(
|
||||||
"You can create templates to help your team create consistent and accurate documentation."
|
"You can create templates to help your team create consistent and accurate documentation."
|
||||||
|
|||||||
Reference in New Issue
Block a user