1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-26 12:42:31 +01:00

Fixed quality typo on manual import

This commit is contained in:
addisonbabcock 2019-03-28 21:06:11 -06:00 committed by Mark McDowall
parent ac4617ae51
commit cfa9d88be6

View File

@ -215,7 +215,7 @@ class InteractiveImportModalContent extends Component {
{ key: SELECT, value: 'Select...', disabled: true },
{ key: SEASON, value: 'Select Season' },
{ key: LANGUAGE, value: 'Select Language' },
{ key: QUALITY, value: 'Select Qualty' }
{ key: QUALITY, value: 'Select Quality' }
];
if (allowSeriesChange) {