Merge pull request #824 from dod-ccpo/oversight-lang

Updating language on oversight page
This commit is contained in:
rachel-dtr
2019-05-15 11:41:40 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -43,7 +43,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 %}