Fixed: Add 'FilterAuthor' token and update manual import text box

This commit is contained in:
PearsonFlyer
2021-07-07 19:51:18 -04:00
committed by Qstick
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}