Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/mail/templates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ The Mozilla IAM Team"
fn demote_curator(group_name: &str, domain: &str) -> Message {
Message {
subject: format!(
"[{domain}] Your membership for the '{group_name}' group has been revoked"
"[{domain}] Your curator status in the '{group_name}' group has been removed"
),
body: format!(
"\
Dear Mozillian,
your curator status for the '{group_name}' access group has been revoked.
Your curator status in the '{group_name}' access group has been removed.
You are still a member and can see your status here: https://{domain}/a/{group_name}

Cheers,
Expand Down