diff --git a/src/register-org/components/check-your-answers/check-your-answers.component.html b/src/register-org/components/check-your-answers/check-your-answers.component.html index 0cfc185a6..eaf69e351 100644 --- a/src/register-org/components/check-your-answers/check-your-answers.component.html +++ b/src/register-org/components/check-your-answers/check-your-answers.component.html @@ -227,6 +227,7 @@

Confirm your registration detai
  • you have used your registered office address and not a personal or home address
  • you are creating an account for your organisation for the first time
  • you are authorised to register an account on behalf of your organisation
  • +
  • your organisation's name is in the first line of the address if this is a shared business address
  • diff --git a/src/register-org/containers/registered-address/registered-address.component.html b/src/register-org/containers/registered-address/registered-address.component.html index 2c1628c5d..e66011bd9 100644 --- a/src/register-org/containers/registered-address/registered-address.component.html +++ b/src/register-org/containers/registered-address/registered-address.component.html @@ -15,6 +15,7 @@

    {{headingText}}

    company information register.

    +

    Your organisation name should be included in the first line of your address if this is a shared business address.

    Get Organisation User details', function() { this.timeout(50000); - test('GET Manage Organisation User details', () => generateAPIRequest('GET', '/api/allUserList') + test('GET Manage Organisation User details', () => generateAPIRequest('GET', '/api/allUserListWithoutRoles') // console.log('response', response.headers.get('cache-control')) .then((response) => {