diff --git a/.github/workflows/run-content-regression-tests.yml b/.github/workflows/run-content-regression-tests.yml index b36ab6a0..2af122b0 100644 --- a/.github/workflows/run-content-regression-tests.yml +++ b/.github/workflows/run-content-regression-tests.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest env: working-directory: ./browser-tests/content-regression-tests - PLAYWRIGHT_BASE_URL: https://${{ inputs.target_environment }}.develop-child-family-social-work-career.education.gov.uk/ + PLAYWRIGHT_BASE_URL: https://${{ inputs.target_environment }}.support-for-social-workers.education.gov.uk/ defaults: run: shell: bash diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index b3e67aef..af1390ad 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -60,7 +60,7 @@ jobs: /d:sonar.qualitygate.wait=true \ /d:sonar.cs.vscoveragexml.reportsPaths=coverage.xml \ /d:sonar.exclusions="**/*.css,**/*.scss,**/Models/*,**/Program.cs,**/WebApplicationBuilderExtensions.cs,**/GraphQL/Queries/*,**/Contentful-Schema/migrations/*.cjs" \ - /d:sonar.test.exclusions="Childrens-Social-Care-CPD-Tests/**/*" \ + /d:sonar.test.exclusions="Childrens-Social-Care-CPD-Tests/**/*,Terraform-bootstrap/Error-pages/*" \ /d:sonar.token="${{ secrets.SONAR_TOKEN }}" \ /d:sonar.host.url="https://sonarcloud.io" dotnet build --no-incremental diff --git a/Childrens-Social-Care-CPD/Views/Error/404.cshtml b/Childrens-Social-Care-CPD/Views/Error/404.cshtml index 8c5b446a..b46b40f8 100644 --- a/Childrens-Social-Care-CPD/Views/Error/404.cshtml +++ b/Childrens-Social-Care-CPD/Views/Error/404.cshtml @@ -13,7 +13,7 @@ If you pasted the web address, check you copied the entire address.

- If the web address is correct or you selected a link or button, contact the Develop your career in child and family social work team if you need to speak to someone. + If the web address is correct or you selected a link or button, contact the Support for social workers team if you need to speak to someone.

diff --git a/Childrens-Social-Care-CPD/Views/Error/500.cshtml b/Childrens-Social-Care-CPD/Views/Error/500.cshtml index 3e89ae29..3df11517 100644 --- a/Childrens-Social-Care-CPD/Views/Error/500.cshtml +++ b/Childrens-Social-Care-CPD/Views/Error/500.cshtml @@ -8,7 +8,7 @@

Sorry, there is a problem with the service

Try again later.

- Contact the Develop your career in child and family social work team if you need to speak to someone. + Contact the Support for social workers team if you need to speak to someone.

diff --git a/Childrens-Social-Care-CPD/Views/HTMLFiles/403.html b/Childrens-Social-Care-CPD/Views/HTMLFiles/403.html deleted file mode 100644 index c0592c58..00000000 --- a/Childrens-Social-Care-CPD/Views/HTMLFiles/403.html +++ /dev/null @@ -1,9313 +0,0 @@ - - - - - Service unavailable – Develop your career in child and family social work - - - - - - - - Skip to main content - -
-
- -
-
-

Sorry, the service is unavailable

-

- You will be able to use the service later. -

-

- Contact the Develop your career in child and family social work team if you need to speak to someone. -

-
-
-
-
- - - \ No newline at end of file diff --git a/Childrens-Social-Care-CPD/Views/HTMLFiles/502.html b/Childrens-Social-Care-CPD/Views/HTMLFiles/502.html deleted file mode 100644 index 648a14d0..00000000 --- a/Childrens-Social-Care-CPD/Views/HTMLFiles/502.html +++ /dev/null @@ -1,9314 +0,0 @@ - - - - - Service unavailable – Develop your career in child and family social work - - - - - - - - Skip to main content - -
-
- -
-
-

Sorry, the service is unavailable

-

- You will be able to use the service later. -

-

- Contact the Develop your career in child and family social work team if you need to speak to someone. -

-
-
-
-
- - - \ No newline at end of file diff --git a/Childrens-Social-Care-CPD/Views/Shared/_AssetDownload.cshtml b/Childrens-Social-Care-CPD/Views/Shared/_AssetDownload.cshtml index e78683de..8920ce76 100644 --- a/Childrens-Social-Care-CPD/Views/Shared/_AssetDownload.cshtml +++ b/Childrens-Social-Care-CPD/Views/Shared/_AssetDownload.cshtml @@ -148,7 +148,7 @@ Request an accessible format
- If you use assistive technology (such as a screen reader) and need a version of this document in a more accessible format, please email develop-child-family-social-work-career-team@digital.education.gov.uk. Please tell us what format you need. It will help us if you say what assistive technology you use. + If you use assistive technology (such as a screen reader) and need a version of this document in a more accessible format, please email support-for-social-workers-team@education.gov.uk. Please tell us what format you need. It will help us if you say what assistive technology you use.
diff --git a/Childrens-Social-Care-CPD/Views/Shared/_CookiesAndAnalyticsConsent.cshtml b/Childrens-Social-Care-CPD/Views/Shared/_CookiesAndAnalyticsConsent.cshtml index ee7d233c..9b4cb02c 100644 --- a/Childrens-Social-Care-CPD/Views/Shared/_CookiesAndAnalyticsConsent.cshtml +++ b/Childrens-Social-Care-CPD/Views/Shared/_CookiesAndAnalyticsConsent.cshtml @@ -12,7 +12,7 @@ return; var consentState = _cookieHelper.GetRequestAnalyticsCookieState(Context); - var headingText = "Cookies on Develop your career in child and family social work"; + var headingText = "Cookies on Support for social workers"; var preferenceSet = ViewBag.ContextModel.PreferenceSet ?? false; var request = Url.ActionContext.HttpContext.Request; diff --git a/Childrens-Social-Care-CPD/Views/Shared/_ErrorLayout.cshtml b/Childrens-Social-Care-CPD/Views/Shared/_ErrorLayout.cshtml index c425d009..f61744bd 100644 --- a/Childrens-Social-Care-CPD/Views/Shared/_ErrorLayout.cshtml +++ b/Childrens-Social-Care-CPD/Views/Shared/_ErrorLayout.cshtml @@ -26,7 +26,7 @@ DfE Homepage - Develop your career in child and family social work + Support for social workers diff --git a/Childrens-Social-Care-CPD/Views/Shared/_Header.cshtml b/Childrens-Social-Care-CPD/Views/Shared/_Header.cshtml index d659d206..e93d1f44 100644 --- a/Childrens-Social-Care-CPD/Views/Shared/_Header.cshtml +++ b/Childrens-Social-Care-CPD/Views/Shared/_Header.cshtml @@ -29,7 +29,7 @@ DfE Homepage - Develop your career in child and family social work + Support for social workers diff --git a/README.md b/README.md index 900de7c5..9d29d676 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository contains the code needed to host the Social Workforce career pro ## Live examples -The live site can be found [here](https://www.develop-child-family-social-work-career.education.gov.uk) +The live site can be found [here](https://www.support-for-social-workers.education.gov.uk) ## Nomenclature diff --git a/Terraform-bootstrap/Error-pages/403.html b/Terraform-bootstrap/Error-pages/403.html index 01cbf026..0b845dd9 100644 --- a/Terraform-bootstrap/Error-pages/403.html +++ b/Terraform-bootstrap/Error-pages/403.html @@ -2,7 +2,7 @@ - Service unavailable – Develop your career in child and family social work + Service unavailable – Support for social workers @@ -9264,14 +9264,14 @@