mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-29 21:07:35 +00:00
Fixed: Add 'FilterAuthor' token and update manual import text box
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user