diff --git a/app/templates/views/notifications.html b/app/templates/views/notifications.html index de92c1649..ec1f9a33d 100644 --- a/app/templates/views/notifications.html +++ b/app/templates/views/notifications.html @@ -5,9 +5,8 @@ {% from "components/form.html" import form_wrapper %} {% from "components/button/macro.njk" import govukButton %} -{% set title_status = '' %} {% set page_title = ( - (title_status + 99|message_count_label(message_type, suffix='')) | capitalize + (99|message_count_label(message_type, suffix='')) | capitalize if current_user.has_permissions('view_activity') else 'Sent messages' ) %} diff --git a/app/templates/views/organisations/organisation/index.html b/app/templates/views/organisations/organisation/index.html index cc76f8e35..edf2f0932 100644 --- a/app/templates/views/organisations/organisation/index.html +++ b/app/templates/views/organisations/organisation/index.html @@ -17,7 +17,7 @@