From bc52787ca5edf3be14e8455d10ec1c7074c8dc12 Mon Sep 17 00:00:00 2001 From: Antti Hukkanen Date: Mon, 11 Mar 2024 22:56:50 +0200 Subject: [PATCH] Spelling --- config/locales/en.yml | 4 ++-- spec/system/favorites_spec.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 26dc222..135ad5b 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -13,8 +13,8 @@ en: favorites: index: title: Favourites - description_html:

You can add personal favorites from the add to favorites button. They will appear on this page.

- icon_description: "Use this icon to add favorites:" + description_html:

You can add personal favourites from the add to favourites button. They will appear on this page.

+ icon_description: "Use this icon to add favourites:" show: title: Favourites description_html:

Here you can see all favourites you have added in different phases of the process. From the side navigation you can choose which favourites you want to see.

diff --git a/spec/system/favorites_spec.rb b/spec/system/favorites_spec.rb index f0ca695..c9fe347 100644 --- a/spec/system/favorites_spec.rb +++ b/spec/system/favorites_spec.rb @@ -16,7 +16,7 @@ describe "#index" do it "shows dummy message" do visit "/favorites" - expect(page).to have_content("You can add personal favorites from the add to favorites button.") + expect(page).to have_content("You can add personal favourites from the add to favourites button.") end end