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

@@ -13,7 +13,7 @@
'There are currently no members in this Workspace.',
action_label='Invite a new Member' if user_can_invite else None,
action_href='/members/new' if user_can_invite else None,
sub_message=None if user_can_invite else 'Please contact your JEDI workspace administrator to invite new members.',
sub_message=None if user_can_invite else 'Please contact your JEDI Cloud workspace administrator to invite new members.',
icon='avatar'
) }}

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 %}