Skip to content

Commit

Permalink
refactor: update login prompt message (#147)
Browse files Browse the repository at this point in the history
修改登录提示语,避免访客造成误解。

/kind improvement

Fixes #130

```release-note
修改登录提示语,避免访客造成误解。
```
  • Loading branch information
ruibaby authored Aug 8, 2024
1 parent 35ab602 commit 2fe97ad
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 2fe97ad

Please sign in to comment.