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