mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-26 12:42:31 +01:00
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
Block a user