mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 21:42:16 -07:00
Fixed: Debatable typos in Naming Modal
(cherry picked from commit f2f1039c5ed5fdf42683d64a777cdac410e45fd6)
This commit is contained in:
parent
262bd47f46
commit
1bb77a0935
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue