From 090e5f284903c552a0479da21cb35ebe2b514b31 Mon Sep 17 00:00:00 2001 From: Andy Rossmeissl Date: Thu, 20 Jan 2022 21:31:48 -0500 Subject: [PATCH] fix: Missing space character (#2961) * Fix typo * Update Templates.tsx Co-authored-by: Tom Moor --- app/scenes/Templates.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scenes/Templates.tsx b/app/scenes/Templates.tsx index 96be2093c..6ef24f2ea 100644 --- a/app/scenes/Templates.tsx +++ b/app/scenes/Templates.tsx @@ -46,7 +46,7 @@ function Templates(props: RouteComponentProps<{ sort: string }>) { } 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."