From 50dc4acfa56eb637caa66368ea1d898e38f96aa8 Mon Sep 17 00:00:00 2001 From: Jason Garber - Ctr <38077445+jgarberdds@users.noreply.github.com> Date: Wed, 26 Sep 2018 13:56:28 -0400 Subject: [PATCH] Grammar fix to 'no projects' message Just some capitalization and compound word fixes. --- templates/workspaces/reports/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/workspaces/reports/index.html b/templates/workspaces/reports/index.html index b32543d2..b87f6bf3 100644 --- a/templates/workspaces/reports/index.html +++ b/templates/workspaces/reports/index.html @@ -106,9 +106,9 @@ {% if not workspace.projects %} {% set can_create_projects = user_can(permissions.ADD_APPLICATION_IN_WORKSPACE) %} - {% set message = 'This Workspace has no Cloud Environments setup, hence there is no spending data to report. Create a Project with some Cloud Environments to get started.' + {% set message = 'This workspace has no cloud environments set up, so there is no spending data to report. Create a project with some cloud environments to get started.' if can_create_projects - else 'This Workspace has no Cloud Environments setup, hence there is no spending data to report. Contact the Workspace Owner to set up some Cloud Environments.' + else 'This workspace has no cloud environments set up, so there is no spending data to report. Contact the workspace owner to set up some cloud environments.' %} {{ EmptyState(