diff --git a/templates/ccpo/users.html b/templates/ccpo/users.html index 47ebe17d..13e4db0b 100644 --- a/templates/ccpo/users.html +++ b/templates/ccpo/users.html @@ -35,7 +35,7 @@ {{ user.dod_id }} - Disable + {{ "common.disable" | translate }} @@ -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 @@
diff --git a/translations.yaml b/translations.yaml index fd97ae8f..f03ed93c 100644 --- a/translations.yaml +++ b/translations.yaml @@ -37,6 +37,9 @@ ccpo: return_link: Return to list of CCPO users user_not_found_title: User not found user_not_found_text: To add someone as a CCPO user, they must already have an ATAT account. + disable_user: + alert_message: "Confirm removing CCPO superuser access from {user_name}" + remove_button: Remove Access common: cancel: Cancel close: Close @@ -46,6 +49,7 @@ common: deactivate: Deactivate delete_confirm: 'Please type the word {word} to confirm:' dod_id: DoD ID + disable: Disable edit: Edit email: Email members: Members