Skip to content

Commit

Permalink
Merge pull request #105 from kthcloud/beta
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
pierrelefevre authored Nov 20, 2023
2 parents 988e188 + fcb9fab commit 58919d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/teams/Teams.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ const Teams = () => {
alignItems={"flex-start"}
>
<TextField
label={t("create-deployment-name")}
label={t("admin-name")}
value={teamName}
onChange={(e) => setTeamName(e.target.value)}
fullWidth
Expand Down

0 comments on commit 58919d4

Please sign in to comment.