Skip to content

Commit

Permalink
fix: change 'Type here...' to 'Enter token'
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiguelino committed Dec 11, 2024
1 parent 03f8550 commit ad63dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/js/components/popup/sign-in.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const SignInForm = () => {
<input
className="form-control shadow-none"
onChange={(event) => setToken(event.target.value)}
placeholder="Type here..."
placeholder="Enter token"
type="password"
/>
</div>
Expand Down

0 comments on commit ad63dbc

Please sign in to comment.