Fixed: Debatable typos in Naming Modal
This commit is contained in:
parent
12ba4f73ed
commit
f2f1039c5e
|
@ -23,8 +23,8 @@ const separatorOptions = [
|
|||
|
||||
const caseOptions = [
|
||||
{ key: 'title', value: 'Default Case' },
|
||||
{ key: 'lower', value: 'Lower Case' },
|
||||
{ key: 'upper', value: 'Upper Case' }
|
||||
{ key: 'lower', value: 'Lowercase' },
|
||||
{ key: 'upper', value: 'Uppercase' }
|
||||
];
|
||||
|
||||
const fileNameTokens = [
|
||||
|
|
Loading…
Reference in New Issue