[FIX]owner text

This commit is contained in:
2021-02-04 17:30:49 +08:00
parent 54204d4db8
commit 55528950f1
3 changed files with 5 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ class Organizations::CreateService < ApplicationService
end
def create_owner_info
@owner_team = Team.build(organization.id, "Owner", "", 4, true, true)
@owner_team = Team.build(organization.id, "Owners", "", 4, true, true)
TeamUnit.unit_types.keys.each do |u_type|
TeamUnit.build(organization.id, owner_team.id, u_type)
end