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