Update text and icon in modal

Update env_role status when it is deleted
This commit is contained in:
leigh-mil
2019-10-23 11:26:04 -04:00
parent eb617ef68a
commit 54f3c2f8ba
5 changed files with 18 additions and 3 deletions

View File

@@ -36,7 +36,7 @@
{% set modal_name = "edit_member-{}".format(loop.index) %}
{% call Modal(modal_name, classes="form-content--app-mem") %}
<div class="modal__form--header">
<h1>{{ Icon('avatar') }} {{ member.user_name }}</h1>
<h1>{{ Icon('avatar') }} {{ "portfolios.applications.members.form.edit_access_header" | translate({ "user": member.user_name }) }}</h1>
<hr>
</div>
<base-form inline-template>