diff --git a/app/views/auth/select-organisation.html b/app/views/auth/select-organisation.html index 9114d616..ce1baa8a 100644 --- a/app/views/auth/select-organisation.html +++ b/app/views/auth/select-organisation.html @@ -1,7 +1,6 @@ {% extends 'layout.html' %} -{% set pageName = "Sign in" %} - +{% set pageName = "Choose your organisation" %} {% block beforeContent %} {% if from === "select-mode" %} @@ -48,6 +47,7 @@ isPageHeading: true } }, + value: data.currentOrganisationId, errorMessage: { text: error.text } if error,