diff --git a/README.md b/README.md index 8e24b1d46..d8632cf72 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![CI/CD Pipeline](https://github.com/communitiesuk/mhclg-data-collection-beta/actions/workflows/pipeline.yml/badge.svg?branch=main&event=push)](https://github.com/communitiesuk/mhclg-data-collection-beta/actions/workflows/pipeline.yml) -# Log social housing lettings and sales (CORE) +# Submit social housing lettings and sales data (CORE) This is the codebase for the Ruby on Rails app that will handle the submission of lettings and sales of social housing data in England. diff --git a/config/locales/en.yml b/config/locales/en.yml index bdf920ebe..3de49c379 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -30,6 +30,6 @@ # available at https://guides.rubyonrails.org/i18n.html. en: - service_name: "Log social housing lettings and sales (CORE)" + service_name: "Submit social housing lettings and sales data (CORE)" organisation: updated: "Organisation details updated" diff --git a/spec/features/test_spec.rb b/spec/features/test_spec.rb index b54b08919..2a922d647 100644 --- a/spec/features/test_spec.rb +++ b/spec/features/test_spec.rb @@ -2,7 +2,7 @@ require "rails_helper" RSpec.describe "Test Features" do it "Displays the name of the app" do visit("/") - expect(page).to have_content("Log social housing lettings and sales (CORE)") + expect(page).to have_content("Submit social housing lettings and sales data (CORE)") end it "Links to the About page" do