mirror of
https://github.com/Readarr/Readarr
synced 2025-12-07 17:03:16 +01:00
Fixed: Add 'FilterAuthor' token and update manual import text box
This commit is contained in:
parent
4bf658e239
commit
4f986de366
2 changed files with 3 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ class SelectAuthorModalContent extends Component {
|
|||
>
|
||||
<TextInput
|
||||
className={styles.filterInput}
|
||||
placeholder={translate('FilterPlaceHolder')}
|
||||
placeholder={translate('FilterAuthor')}
|
||||
name="filter"
|
||||
value={filter}
|
||||
autoFocus={true}
|
||||
|
|
|
|||
|
|
@ -228,7 +228,8 @@
|
|||
"FileNames": "File Names",
|
||||
"Files": "Files",
|
||||
"FilterAnalyticsEvents": "Filter Analytics Events",
|
||||
"FilterPlaceHolder": "Filter book",
|
||||
"FilterAuthor": "Filter Author",
|
||||
"FilterPlaceHolder": "Filter Book",
|
||||
"FilterSentryEventsHelpText": "Filter known user error events from being sent as Analytics",
|
||||
"FirstBook": "First Book",
|
||||
"FirstDayOfWeek": "First Day of Week",
|
||||
|
|
|
|||
Loading…
Reference in a new issue