1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

rename plan to "Families"

This commit is contained in:
Kyle Spearrin
2017-11-08 12:36:27 -05:00
parent 666c065c47
commit daefe0d66b
3 changed files with 4 additions and 4 deletions

View File

@ -101,11 +101,11 @@ namespace Bit.Core.Utilities
},
new Plan
{
Type = PlanType.FamilyAnnually,
Type = PlanType.FamiliesAnnually,
BaseSeats = 5,
BasePrice = 12,
CanBuyAdditionalSeats = false,
Name = "Family",
Name = "Families",
StripePlanId = "personal-org-annually",
StripStoragePlanId = "storage-gb-annually",
UpgradeSortOrder = 1,