Say "Deactivate" rather than "Delete" on modal

This commit is contained in:
George Drummond
2019-06-11 11:32:24 -04:00
parent 39bcb05019
commit 1172b780b4
2 changed files with 3 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
class="usa-button-primary {% if applications_count == 0 %}button-danger{% else %}usa-button-disabled{% endif %}"
{% if applications_count == 0 %}v-on:click="openModal('delete_portfolio')"{% endif %}
>
{{ "common.delete" | translate }}
{{ "common.deactivate" | translate }}
</div>
</div>
</section>