@@ -435,18 +435,10 @@ export type ProfileGuidance = Record<string, TabGuidance>;
435435
436436export const mockedOrganisationProfileGuidance : TabGuidance = {
437437 details : {
438- "name-and-address " : {
439- infoTitle : "Why are we asking for this information ?" ,
438+ "name-and-sro " : {
439+ infoTitle : "What’s a Senior Responsible Officer ?" ,
440440 info : (
441441 < >
442- < Typography mb = { 5 } >
443- Providing the Safe People Registry with full Organisation
444- information helps Data Custodians validate your Organisation. The
445- more information you provide, the faster and easier the validation
446- process becomes for Users (an employee or student of an
447- Organisation) to gain access to sensitive data.
448- </ Typography >
449-
450442 < Typography mb = { 3 } >
451443 < strong > Senior Responsible Officers (SROs)</ strong > are responsible
452444 for:
@@ -479,30 +471,44 @@ export const mockedOrganisationProfileGuidance: TabGuidance = {
479471 </ >
480472 ) ,
481473 } ,
482- "digital-identifiers" : {
483- infoTitle : "More information, faster validation " ,
474+ address : {
475+ infoTitle : "Why are we asking for this information? " ,
484476 info : (
485477 < >
486478 < Typography mb = { 5 } >
487- Providing the Safe People Registry with your Organisation's
488- persistent digital identifiers enables Data Custodians to rapidly
489- validate your Organisation.
479+ Providing the Safe People Registry with full Organisation
480+ information helps Data Custodians validate your Organisation. The
481+ more information you provide, the faster and easier the validation
482+ process becomes for Users (an employee or student of an
483+ Organisation) to gain access to sensitive data.
490484 </ Typography >
491485 < Typography mb = { 5 } >
492- If your Organisation’s headquarters is based in the UK, your
493- Organisation legal name and address should align with your
494- Organisation' s listing on Companies House.
486+ If your Organisation headquarters is based within the UK, your
487+ Organisation legal name and address information should align with
488+ your Organisation’ s listing on Companies House.
495489 </ Typography >
496490 </ >
497491 ) ,
498492 } ,
499- "sector-size-and-website " : {
493+ "organisation-details " : {
500494 infoTitle : "More facts, quicker access" ,
495+ info : (
496+ < >
497+ < Typography mb = { 5 } >
498+ Providing the Safe People Registry with information on your
499+ Organisation’s sector, size and website accelerates Organisation
500+ validation by Data Custodians.
501+ </ Typography >
502+ </ >
503+ ) ,
504+ } ,
505+ "digital-identifiers" : {
506+ infoTitle : "More information, faster validation" ,
501507 info : (
502508 < Typography mb = { 5 } >
503- Providing the Safe People Registry with information on your
504- Organisation’s sector, size and website accelerates Organisation
505- validation by Data Custodians .
509+ Providing the Safe People Registry with your Organisation's persistent
510+ digital identifiers enables Data Custodians to rapidly validate your
511+ Organisation .
506512 </ Typography >
507513 ) ,
508514 } ,
0 commit comments