diff --git a/templates/fragments/applications/edit_environment_team_form.html b/templates/fragments/applications/edit_environment_team_form.html index 95505ed6..71133e0c 100644 --- a/templates/fragments/applications/edit_environment_team_form.html +++ b/templates/fragments/applications/edit_environment_team_form.html @@ -5,9 +5,9 @@ {% for env_form in members_form.envs %} {% if env_form.env_id.data == env['id'] %}
-

Unassigned (No Access)

+

+ {{ 'fragments.edit_environment_team_form.unassigned_title' | translate }} +

    - Currently no members are in this role + {{ 'fragments.edit_environment_team_form.no_members' | translate }}
  • diff --git a/translations.yaml b/translations.yaml index 15f39fa8..d5fef3e1 100644 --- a/translations.yaml +++ b/translations.yaml @@ -332,7 +332,11 @@ fragments: explain: AT-AT allows you to create multiple applications within a portfolio. Each application can then be broken down into its own customizable environments. new_application_title: Add a new application edit_environment_team_form: - delete_environment_title: Are you sure you want to delete this environment? + delete_environment_title: Are you sure you want to delete this environment?add_new_member_text: Need to add someone new to the team? + add_new_member_link: Jump to Team Settings + unassigned_title: Unassigned (No Access) + no_members: Currently no members are in this role + no_access: No Access edit_user_form: date_last_training_tooltip: When was the last time you completed the IA training?
    Information Assurance (IA) training is an important step in cyber awareness. save_details_button: Save