removed org_team_names_example_1 (#12759)

This commit is contained in:
Peer Richelsen 2023-12-12 23:38:59 -08:00 committed by GitHub
parent 2799ddf3a4
commit 65a36b37c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ export const AddNewTeamsForm = () => {
onChange={(e) => handleInputChange(index, e)}
addOnClassname="bg-transparent p-0 border-l-0"
className={index > 0 ? "mb-2" : ""}
placeholder={t(`org_team_names_example_${index + 1}`) || t("org_team_names_example_1")}
placeholder={t(`org_team_names_example_${index + 1}`)}
addOnSuffix={
index > 0 && (
<Button