1
0
mirror of https://github.com/bitwarden/server synced 2026-01-15 06:53:26 +00:00

[PM-27882] Fix the subject line. (#6818)

This commit is contained in:
Jimmy Vo
2026-01-09 10:04:52 -05:00
committed by GitHub
parent 2e92a53f11
commit b1cf59b1bf
2 changed files with 2 additions and 2 deletions

View File

@@ -240,6 +240,6 @@ public class SendOrganizationConfirmationCommandTests
}
}
private static string GetSubject(string organizationName) => $"You Have Been Confirmed To {organizationName}";
private static string GetSubject(string organizationName) => $"You can now access items from {organizationName}";
}