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>
|
||||
{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."
|
||||
|
||||
Reference in New Issue
Block a user