Skip to content

Commit c483713

Browse files
committed
fix: use español instead of spanish
1 parent 2ff7eca commit c483713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const LANGUAGES = [
2-
{ label: 'Spanish', code: 'es' },
2+
{ label: 'Español', code: 'es' },
33
{ label: 'English', code: 'en' },
44
];

0 commit comments

Comments
 (0)