mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 21:54:01 +08:00
Fix a minor typo on a mailer template
"with" is supposed to be "wish" on 'unsubscribe_mailer.text_body_template'
This commit is contained in:
parent
fdf749770b
commit
e651faa397
|
@ -1669,7 +1669,7 @@ en:
|
||||||
subject_template: "Confirm you no longer want to receive email updates from %{site_title}"
|
subject_template: "Confirm you no longer want to receive email updates from %{site_title}"
|
||||||
text_body_template: |
|
text_body_template: |
|
||||||
Someone (possibly you?) requested to no longer send email updates from %{site_domain_name} to this address.
|
Someone (possibly you?) requested to no longer send email updates from %{site_domain_name} to this address.
|
||||||
If you with to confirm this, please click this link:
|
If you wish to confirm this, please click this link:
|
||||||
|
|
||||||
%{confirm_unsubscribe_link}
|
%{confirm_unsubscribe_link}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user