diff --git a/install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/usr.sbin.apache2 b/install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/usr.sbin.apache2 index aa20d309d27..125892bb742 100644 --- a/install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/usr.sbin.apache2 +++ b/install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/usr.sbin.apache2 @@ -264,7 +264,6 @@ /var/www/securedrop/static/i/font-awesome/refresh-blue.png r, /var/www/securedrop/static/i/font-awesome/refresh-white.png r, /var/www/securedrop/static/i/font-awesome/times-white.png r, - /var/www/securedrop/static/i/font-awesome/trash-black.png r, /var/www/securedrop/static/i/font-awesome/black/guard.svg r, /var/www/securedrop/static/i/font-awesome/white/guard.svg r, /var/www/securedrop/static/i/font-awesome/white/exclamation-circle.svg r, @@ -277,6 +276,11 @@ /var/www/securedrop/static/i/tipbox/tipbox-hed-j-single.png r, /var/www/securedrop/static/i/tipbox/tipbox-hed-submit3.png r, /var/www/securedrop/static/i/tipbox/tipbox-logo.png r, + /var/www/securedrop/static/i/trash-x-out.png r, + /var/www/securedrop/static/i/trash-x-solid.png r, + /var/www/securedrop/static/i/x_icon-button_blue.png r, + /var/www/securedrop/static/i/x_icon-grimace_blue.png r, + /var/www/securedrop/static/i/x_icon-sd_blue.png r, /var/www/securedrop/static/js/journalist.js r, /var/www/securedrop/static/js/source.js r, /var/www/securedrop/static/fonts/fa-brands-400.eot r, diff --git a/securedrop/journalist_templates/_confirmation_modal.html b/securedrop/journalist_templates/_confirmation_modal.html index 26662d56e3d..7ca3ace24ab 100644 --- a/securedrop/journalist_templates/_confirmation_modal.html +++ b/securedrop/journalist_templates/_confirmation_modal.html @@ -4,7 +4,7 @@ X
{{ modal_data.modal_body }}
- {{ gettext('Cancel') }} - + {{ gettext('CANCEL') }} + diff --git a/securedrop/journalist_templates/account_edit_hotp_secret.html b/securedrop/journalist_templates/account_edit_hotp_secret.html index cc4bc0bb954..131fc3a231f 100644 --- a/securedrop/journalist_templates/account_edit_hotp_secret.html +++ b/securedrop/journalist_templates/account_edit_hotp_secret.html @@ -6,6 +6,6 @@{{ gettext('You can write a secure reply to the person who submitted these documents:') }}
{% elif source.flagged %}{{ gettext("You've flagged this source for reply.") }}
@@ -106,7 +106,7 @@{{ gettext('Send an encrypted email to verify if OSSEC alerts work correctly:') }}
- - {{ gettext('SEND TEST OSSEC ALERT') }} + + {{ gettext('SEND TEST OSSEC ALERT') }}
@@ -35,8 +35,8 @@