Skip to content

Commit

Permalink
Update test to match updated translation
Browse files Browse the repository at this point in the history
- The corresponding translation was commited via the following commit: 09e731e
  • Loading branch information
aaronskiba committed Nov 6, 2024
1 parent 09e731e commit c6134ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/email_confirmation_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def expect_confirmation_link_has_been_sent_message
end

def expect_request_new_confirmation_link_message
msg = 'You have to confirm your account before continuing. ' \
msg = 'You need to confirm your account before continuing. ' \
'(Click to request a new confirmation email)'
expect(page.text).to have_text(msg)
end
Expand Down

0 comments on commit c6134ae

Please sign in to comment.