Skip to content

Commit

Permalink
fix: change prompt for API key and license key
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-jianliang committed Apr 4, 2024
1 parent 5378714 commit ffa94d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/components/BaseSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default function BaseSettings() {
setSaved(false);
formik.handleBlur(e);
}}
placeholder="Please input your license key"
placeholder="Please input your API key or license key"
type={showLicenseKey ? 'text' : 'password'}
/>
<InputRightElement width="4.5rem">
Expand Down

0 comments on commit ffa94d5

Please sign in to comment.