Skip to content

Commit def70f8

Browse files
committed
Include organiztion name on org notification title
1 parent 2dc1127 commit def70f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/mailers/new_organization_request_mailer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ def request_email(organization)
66
end
77
@organization = organization
88
@creator = organization.creator
9-
mail(from: SiteSetting.value('emails')['from'], to: email, subject: 'New TestMyCode Organization Request')
9+
mail(from: SiteSetting.value('emails')['from'], to: email, subject: "New TestMyCode Organization Request: #{organization.name}")
1010
end
1111
end

0 commit comments

Comments
 (0)