Skip to content

Commit 25ff6f8

Browse files
authored
Merge pull request #158 from delaunayy/fix/select-next-wrong-spelling
fix: SelectNext - wrong FR spelling
2 parents 482f27f + fea9c20 commit 25ff6f8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/SelectNext.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,7 @@ export default Select;
174174
const { useTranslation, addSelectTranslations } = createComponentI18nApi({
175175
"componentName": symToStr({ Select }),
176176
"frMessages": {
177-
/* spell-checker: disable */
178-
"select an option": "Selectioner une option"
179-
/* spell-checker: enable */
177+
"select an option": "Sélectionner une option"
180178
}
181179
});
182180

0 commit comments

Comments
 (0)