Skip to content

Commit

Permalink
Adjust controller spec to new translation
Browse files Browse the repository at this point in the history
  • Loading branch information
njaeggi committed Jan 3, 2025
1 parent 31eb4b1 commit 2733451
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def wizard_params(step: 0, **attrs)
end

it "shows the correct message" do
expect(flash[:notice]).to eq "Du bist bereits Mitglied das SAC-Tourenportal. Daher kannst du keine weitere Mitgliedschaft erstellen."
expect(flash[:notice]).to eq "Du bist bereits Mitglied im SAC-Tourenportal. Daher kannst du keine weitere Mitgliedschaft erstellen."
end
end

Expand Down

0 comments on commit 2733451

Please sign in to comment.