Skip to content

Commit 7b90b70

Browse files
authored
Merge pull request #1321 from david-roper/adjust-age-limit
Add translation to ID validation pattern
2 parents b31b635 + 4236bed commit 7b90b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ const ManageGroupForm = ({ data, onSubmit, readOnly }: ManageGroupFormProps) =>
141141
kind: 'string',
142142
label: t({
143143
en: 'ID Validation Pattern',
144-
fr: 'TBD'
144+
fr: "Modèle de validation d'identité"
145145
}),
146146
variant: 'input'
147147
},

0 commit comments

Comments
 (0)