UX: change 'Visit Topic' to 'Visit Message' for message notification email

This commit is contained in:
Arpit Jalan
2016-02-09 13:39:10 +05:30
parent 3df2ee3431
commit 82a75c00c0
4 changed files with 11 additions and 3 deletions

View File

@ -194,7 +194,7 @@ describe Email::MessageBuilder do
end
it "does not add unsubscribe via email link without site setting set" do
expect(message_with_unsubscribe_via_email.body).to_not match(/mailto:reply@#{Discourse.current_hostname}\?subject=unsubscribe/)
expect(message_with_unsubscribe_via_email.body).to_not match(/mailto:reply@#{Discourse.current_hostname}\?subject=unsubscribe/)
end
end