Updating language on oversight page

This commit is contained in:
rachel-dtr
2019-05-15 10:44:18 -04:00
parent 6bfebf8e9d
commit 1a7fb80108
2 changed files with 5 additions and 5 deletions

View File

@@ -42,7 +42,7 @@
{% if user_can(permissions.DELETE_APPLICATION_MEMBER) %}
<li class="accordion-table__item__expanded action-group">
<span class="usa-button button-danger" v-on:click="openModal('{{ delete_modal_id }}')">
{{ "portfolios.members.archive_button" | translate }}
{{ "portfolios.applications.remove_member.button" | translate }}
</span>
</li>
{% endif %}