Skip to content

Commit

Permalink
Merge pull request #837 from Lunatic-Labs/SKIL-619
Browse files Browse the repository at this point in the history
SKIL-619
  • Loading branch information
aparriaran authored Mar 4, 2025
2 parents d9d0dd6 + b99f6bc commit bf0be56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class AdminEditTeamMembers extends Component {
variant="h5"
aria-label={this.props.addTeamAction + "TeamMembersTitle"}
>
{this.props.addTeamAction} Members
{this.props.addTeamAction} Members {this.props.addTeamAction === "Add" ? "to" : "from"} Team {this.props.navbar.state.team.team_name}
</Typography>

<Button
Expand Down

0 comments on commit bf0be56

Please sign in to comment.