Skip to content

Commit 2fe97ad

Browse files
authored
refactor: update login prompt message (#147)
修改登录提示语,避免访客造成误解。 /kind improvement Fixes #130 ```release-note 修改登录提示语,避免访客造成误解。 ```
1 parent 35ab602 commit 2fe97ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/comment-widget/src/base-form.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export class BaseForm extends LitElement {
201201
type="url"
202202
placeholder="网站"
203203
/>
204-
<a href=${this.loginUrl} rel="nofollow"> (已有该站点的账号) </a>
204+
<a href=${this.loginUrl} rel="nofollow">(或登录账号)</a>
205205
</div>`
206206
: ''}
207207

0 commit comments

Comments
 (0)