Skip to content

Commit

Permalink
Add sub role to team page (Sendouc#1847)
Browse files Browse the repository at this point in the history
  • Loading branch information
ximk authored Aug 24, 2024
1 parent 1217e7c commit 97b0f65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/features/team/team-constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const TEAM_MEMBER_ROLES = [
"MIDLINE",
"BACKLINE",
"FLEX",
"SUB",
"COACH",
] as const;

Expand Down
1 change: 1 addition & 0 deletions locales/en/team.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"roles.MIDLINE": "Midline",
"roles.BACKLINE": "Backline",
"roles.FLEX": "Flex",
"roles.SUB": "Sub",
"roles.COACH": "Coach",
"forms.fields.teamTwitter": "Team Twitter",
"forms.fields.bio": "Bio",
Expand Down

0 comments on commit 97b0f65

Please sign in to comment.