Change all instance of JEDI to JEDI Cloud

This commit is contained in:
luis cielak
2018-09-13 13:29:16 -04:00
committed by luisgov
parent b363fe04d6
commit 9308f0eb7b
12 changed files with 14 additions and 14 deletions

View File

@@ -16,7 +16,7 @@
action_label='Add a New Project' if can_create_projects else None,
action_href=url_for('workspaces.new_project', workspace_id=workspace.id) if can_create_projects else None,
icon='cloud',
sub_message=None if can_create_projects else 'Please contact your JEDI workspace administrator to set up a new project.'
sub_message=None if can_create_projects else 'Please contact your JEDI Cloud workspace administrator to set up a new project.'
) }}
{% else %}