Skip to content

Commit 483f9d3

Browse files
committed
chore: reword minimum age question
1 parent 831bd46 commit 483f9d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/web/src/routes/_app/group/manage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ const ManageGroupForm = ({ data, onSubmit, readOnly }: ManageGroupFormProps) =>
107107
return {
108108
kind: 'number',
109109
label: t({
110-
en: 'Enter Minimum Age',
111-
fr: "Entrez l'âge minimum"
110+
en: 'Minimum Age',
111+
fr: "L'âge minimum"
112112
}),
113113
variant: 'input'
114114
};

0 commit comments

Comments
 (0)