Move text into translations

This commit is contained in:
leigh-mil
2019-08-08 14:14:00 -04:00
parent e35399d8f5
commit 0745539853
2 changed files with 7 additions and 3 deletions

View File

@@ -35,7 +35,7 @@
<td>{{ user.dod_id }}</td>
<td>
<a v-on:click="openModal('{{ modal_id }}')" class='usa-button {{ disable_button_class }}'>
Disable
{{ "common.disable" | translate }}
</a>
</td>
</tr>
@@ -58,7 +58,7 @@
{{
Alert(
title=("components.modal.destructive_title" | translate),
message="Confirm removing CCPO superuser access from {}".format(user.full_name),
message=("ccpo.disable_user.alert_message" | translate("user_name": user.full_name)),
level="warning"
)
}}
@@ -76,7 +76,7 @@
<div class="action-group">
<form method="POST" action="{{ url_for('ccpo.remove_ccpo_access', user_id=user.id)}}">
<button class="usa-button button-danger" v-bind:disabled="!valid">
Remove Access
{{ 'ccpo.disable_user.remove_button' | translate }}
</button>
</form>
<div class="action-group">