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."