Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ahukkanen committed Mar 11, 2024
1 parent d56059f commit bc52787
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ en:
favorites:
index:
title: Favourites
description_html: <p>You can add personal favorites from the add to favorites button. They will appear on this page.</p>
icon_description: "Use this icon to add favorites:"
description_html: <p>You can add personal favourites from the add to favourites button. They will appear on this page.</p>
icon_description: "Use this icon to add favourites:"
show:
title: Favourites
description_html: <p>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.</p>
Expand Down
2 changes: 1 addition & 1 deletion spec/system/favorites_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bc52787

Please sign in to comment.