Skip to content

Commit

Permalink
Change placeholder title
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Niehoff <[email protected]>
  • Loading branch information
ChristophNiehoff committed Jun 9, 2023
1 parent 548ba07 commit 9b7eb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/pages/create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ class Create extends React.Component<CreateProps, CreateState> {
this.state.modelType !== ModelType.PRIVACY_ENHANCED
}
type="text"
placeholder="Provide link to model (e.g. in wiki)"
placeholder="Optional: Provide link to model (e.g. in wiki)"
className="text-input-wide"
onChange={(e) => this.onModelRefUpdated(e)}
/>
Expand Down

0 comments on commit 9b7eb71

Please sign in to comment.