Skip to content

Commit 8ef979e

Browse files
committed
feat: adjust translations in components with antigrav
1 parent b2015a4 commit 8ef979e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/web/src/components/InstrumentShowcase/InstrumentKindDropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const InstrumentKindDropdown: React.FC<{
4343
setSelected={setSelected}
4444
title={t({
4545
en: 'Kind',
46-
fr: 'Genre'
46+
fr: 'Type'
4747
})}
4848
/>
4949
);

apps/web/src/components/StartSessionForm/StartSessionForm.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export const StartSessionForm = ({
171171
(arg) => !arg.includes('$'),
172172
t({
173173
en: 'Illegal character: $',
174-
fr: 'Caractère illégal : $'
174+
fr: 'Caractère non autorisé : $'
175175
})
176176
)
177177
.optional(),
@@ -186,7 +186,7 @@ export const StartSessionForm = ({
186186
{
187187
message: t({
188188
en: `Subject must be above age of ${currentGroup?.settings.minimumAge}`,
189-
fr: `Le sujet doit être âgé de plus de ${currentGroup?.settings.minimumAge}`
189+
fr: `Le sujet doit avoir au moins ${currentGroup?.settings.minimumAge} ans`
190190
})
191191
}
192192
),

0 commit comments

Comments
 (0)