mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
update copy for domain claimed by organization email (#5138)
This commit is contained in:
@ -472,7 +472,7 @@ public class HandlebarsMailService : IMailService
|
||||
"AdminConsole.DomainClaimedByOrganization",
|
||||
new ClaimedDomainUserNotificationViewModel
|
||||
{
|
||||
TitleFirst = $"Hey {emailAddress}, here is a heads up on your claimed account:",
|
||||
TitleFirst = $"Hey {emailAddress}, your account is owned by {org.DisplayName()}",
|
||||
OrganizationName = CoreHelpers.SanitizeForEmail(org.DisplayName(), false)
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user