Update Subject Line for Tag Mod Email (#19349)

* update subject line

* change to a
This commit is contained in:
Lawrence 2023-04-18 16:21:06 -05:00 committed by GitHub
parent b2bafc99d8
commit ec1503a60a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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