diff --git a/app/templates/components/tou-prompt.html b/app/templates/components/tou-prompt.html index 07cfd83791..83e6f132cb 100644 --- a/app/templates/components/tou-prompt.html +++ b/app/templates/components/tou-prompt.html @@ -27,8 +27,8 @@

{{ _('Review your activity') }}

{{ _('If this is not correct, ') }}{{ _('contact us') }}.

-
-

{{ _('Know your responsibilities') }}

+
+

{{ _('Know your responsibilities') }}

{{ _('By using GC Notify, you accept our ') }} diff --git a/tests_cypress/cypress/e2e/admin/ci.cy.js b/tests_cypress/cypress/e2e/admin/ci.cy.js index 4b92eae122..3cf55e520b 100644 --- a/tests_cypress/cypress/e2e/admin/ci.cy.js +++ b/tests_cypress/cypress/e2e/admin/ci.cy.js @@ -4,6 +4,7 @@ import "./menu/disclosure_menu.cy"; import "./sitemap/sitemap.cy"; import "./branding/all.cy"; import "./tou_dialog.cy"; +import "./tou_prompt.cy"; import "./template-filters.cy"; import "./template-categories.cy"; import "./template/create-template.cy";