mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 08:28:50 +01: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:
parent
45527b7561
commit
f22ba73fd4
2 changed files with 3 additions and 0 deletions
|
|
@ -56,6 +56,8 @@ function CustomFiltersModalContent(props) {
|
|||
{translate('AddCustomFilter')}
|
||||
</Button>
|
||||
</div>
|
||||
<br />
|
||||
{translate('FilterMoviePropertiesOnlyNotFileWarning')}
|
||||
</ModalBody>
|
||||
|
||||
<ModalFooter>
|
||||
|
|
|
|||
|
|
@ -698,6 +698,7 @@
|
|||
"FilterNotInNext": "not in the next",
|
||||
"FilterStartsWith": "starts with",
|
||||
"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",
|
||||
"Fixed": "Fixed",
|
||||
"Folder": "Folder",
|
||||
|
|
|
|||
Loading…
Reference in a new issue