chore: Move formatting out of translation strings
This commit is contained in:
@ -86,7 +86,7 @@ class AddPeopleToCollection extends React.Component<Props> {
|
||||
|
||||
<Input
|
||||
type="search"
|
||||
placeholder={t("Search by name…")}
|
||||
placeholder={`${t("Search by name")}…`}
|
||||
value={this.query}
|
||||
onChange={this.handleFilter}
|
||||
label={t("Search people")}
|
||||
|
Reference in New Issue
Block a user