Skip to content

Commit

Permalink
Clarify search bar exists
Browse files Browse the repository at this point in the history
  • Loading branch information
NotThorny committed Nov 10, 2023
1 parent 5cfcd79 commit 32803e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/Mods.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export class Mods extends React.Component<IProps, IState> {
<TextInput
id="search"
key="search"
placeholder={this.state.page.toString()}
placeholder={'Search Mods - Page ' + this.state.page.toString()}
onChange={(text: string) => {
this.setSearch(text)
}}
Expand Down

0 comments on commit 32803e8

Please sign in to comment.