From 14327e9a8b5b465e084cd6494d06b09c7527df9f Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Fri, 9 Aug 2019 10:47:25 -0400 Subject: [PATCH] Use common translations for table headings, remove unnecessary class --- templates/ccpo/users.html | 8 ++++---- translations.yaml | 7 +++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/templates/ccpo/users.html b/templates/ccpo/users.html index 3195fb36..bc77a83f 100644 --- a/templates/ccpo/users.html +++ b/templates/ccpo/users.html @@ -13,9 +13,9 @@ - - - + + + @@ -31,7 +31,7 @@ {% if user_can(permissions.CREATE_CCPO_USER) %} - + {{ "ccpo.add_user" | translate }} {{ Icon("plus") }} {% endif %} diff --git a/translations.yaml b/translations.yaml index 73b71951..fd97ae8f 100644 --- a/translations.yaml +++ b/translations.yaml @@ -28,9 +28,6 @@ home: admin_descrip: aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat ccpo: users_title: CCPO Users - name_heading: Name - email_heading: Email - dod_id_heading: DoD ID add_user: Add new CCPO user form: add_user_title: Add new CCPO user @@ -48,8 +45,11 @@ common: delete: Delete deactivate: Deactivate delete_confirm: 'Please type the word {word} to confirm:' + dod_id: DoD ID edit: Edit + email: Email members: Members + name: Name next: Next 'yes': 'Yes' 'no': 'No' @@ -60,7 +60,6 @@ common: resource_names: environments: Environments choose_role: Choose a role - name: Name components: date_selector: day: Day
{{ "ccpo.name_heading" | translate }}{{ "ccpo.email_heading" | translate }}{{ "ccpo.dod_id_heading" | translate }}{{ "common.name" | translate }}{{ "common.email" | translate }}{{ "common.dod_id" | translate }}