Say "Deactivate" rather than "Delete" on modal
This commit is contained in:
parent
39bcb05019
commit
1172b780b4
@ -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>
|
||||
|
@ -35,6 +35,7 @@ common:
|
||||
confirm: Confirm
|
||||
continue: Continue
|
||||
delete: Delete
|
||||
deactivate: Deactivate
|
||||
delete_confirm: 'Please type the word {word} to confirm:'
|
||||
edit: Edit
|
||||
hide: Hide
|
||||
@ -348,7 +349,7 @@ forms:
|
||||
file_length: Your file may not exceed 50 MB.
|
||||
fragments:
|
||||
delete_portfolio:
|
||||
title: Delete Portfolio
|
||||
title: Deactivate Portfolio
|
||||
subtitle: Portfolio deactivation is available only if there are no applications in the portfolio.
|
||||
edit_application_form:
|
||||
explain: AT-AT allows you to create multiple applications within a portfolio. Each application can then be broken down into its own customizable environments.
|
||||
|
Loading…
x
Reference in New Issue
Block a user