mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-05 13:21:25 -05:00
New: UI Note that Filters are for movie properties only
Co-authored-by: PearsonFlyer <john@theediguy.com> Closes #11200
This commit is contained in:
@@ -56,6 +56,8 @@ function CustomFiltersModalContent(props) {
|
|||||||
{translate('AddCustomFilter')}
|
{translate('AddCustomFilter')}
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
<br />
|
||||||
|
{translate('FilterMoviePropertiesOnlyNotFileWarning')}
|
||||||
</ModalBody>
|
</ModalBody>
|
||||||
|
|
||||||
<ModalFooter>
|
<ModalFooter>
|
||||||
|
|||||||
@@ -698,6 +698,7 @@
|
|||||||
"FilterNotInNext": "not in the next",
|
"FilterNotInNext": "not in the next",
|
||||||
"FilterStartsWith": "starts with",
|
"FilterStartsWith": "starts with",
|
||||||
"Filters": "Filters",
|
"Filters": "Filters",
|
||||||
|
"FilterMoviePropertiesOnlyNotFileWarning": "Filters are available only for the properties of a movie, they are not available for properties of the file(s) you may have for that movie.",
|
||||||
"FirstDayOfWeek": "First Day of Week",
|
"FirstDayOfWeek": "First Day of Week",
|
||||||
"Fixed": "Fixed",
|
"Fixed": "Fixed",
|
||||||
"Folder": "Folder",
|
"Folder": "Folder",
|
||||||
|
|||||||
Reference in New Issue
Block a user