mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-03-03 15:12:13 +02:00
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…
x
Reference in New Issue
Block a user