Update Subject Line for Tag Mod Email (#19349)
* update subject line * change to a
This commit is contained in:
parent
b2bafc99d8
commit
ec1503a60a
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ en:
|
|||
account_deleted: "%{community} - Account Deletion Confirmation"
|
||||
deletion_requested: "%{community} - Account Deletion Requested"
|
||||
trusted: Congrats! You're now a "trusted" user on %{community}!
|
||||
moderator: 'Congrats! You''re the moderator for #%{tag_name}'
|
||||
moderator: 'Congrats! You''re now a moderator for #%{tag_name}'
|
||||
new_follower: just followed you on %{community}
|
||||
new_mention: "%{name} just mentioned you in their %{type}"
|
||||
org_deleted: "%{community} - Organization Deletion Confirmation"
|
||||
|
|
|
|||
|
|
@ -381,7 +381,7 @@ RSpec.describe NotifyMailer do
|
|||
include_examples "#renders_proper_email_headers"
|
||||
|
||||
it "renders proper subject" do
|
||||
expect(email.subject).to eq("Congrats! You're the moderator for ##{tag.name}")
|
||||
expect(email.subject).to eq("Congrats! You're now a moderator for ##{tag.name}")
|
||||
end
|
||||
|
||||
it "renders proper receiver" do
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue