Skip to content

Commit 2cb1247

Browse files
committed
Update test to match updated translation
- The corresponding translation was commited via the following commit: 09e731e
1 parent 08f0481 commit 2cb1247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integration/email_confirmation_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def expect_confirmation_link_has_been_sent_message
7979
end
8080

8181
def expect_request_new_confirmation_link_message
82-
msg = 'You have to confirm your account before continuing. ' \
82+
msg = 'You need to confirm your account before continuing. ' \
8383
'(Click to request a new confirmation email)'
8484
expect(page.text).to have_text(msg)
8585
end

0 commit comments

Comments
 (0)