Skip to content

Commit

Permalink
refactor: update login prompt message
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wang <[email protected]>
  • Loading branch information
ruibaby committed Aug 8, 2024
1 parent 35ab602 commit 430d544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/comment-widget/src/base-form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export class BaseForm extends LitElement {
type="url"
placeholder="网站"
/>
<a href=${this.loginUrl} rel="nofollow"> (已有该站点的账号) </a>
<a href=${this.loginUrl} rel="nofollow">(或登录账号)</a>
</div>`
: ''}
Expand Down

0 comments on commit 430d544

Please sign in to comment.