Fixed: Debatable typos in Naming Modal

(cherry picked from commit f2f1039c5ed5fdf42683d64a777cdac410e45fd6)
pull/917/head
bakerboy448 4 years ago committed by Qstick
parent e6992da18c
commit c749a660e7

@ -22,8 +22,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…
Cancel
Save