Skip to content

Commit

Permalink
fix: typo (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
fenbox authored Nov 2, 2023
1 parent bf556fb commit 42a98b0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ui/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "Answer",
"name": "Answer.dev",
"name": "Apache Answer",
"icons": [
{
"src": "favicon.ico",
Expand Down
2 changes: 1 addition & 1 deletion ui/src/plugins/builtin/HostingConnector/i18n/zh_CN.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ plugin:
connect: 连接到 {{ auth_name }}
login: 登录
qrcode_login_tip: 请使用 {{ agentName }} 扫描二维码登录
login_failed_email_tip: 登录失败, 请允许该应用程序访问您的电子邮件信息,然后再试一次。
login_failed_email_tip: 登录失败请允许该应用程序访问您的电子邮件信息,然后再试一次。
2 changes: 1 addition & 1 deletion ui/src/plugins/builtin/HostingConnector/info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
slug_name: hosting_connector
type: connector
version: 0.0.1
author: Answer.dev
author: Answer

2 changes: 1 addition & 1 deletion ui/src/plugins/builtin/SearchInfo/info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
slug_name: serarch_info
type: search
version: 0.0.1
author: Answer.dev
author: Answer
2 changes: 1 addition & 1 deletion ui/src/plugins/builtin/ThirdPartyConnector/info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ slug_name: third_party_connector
type: connector
version: 0.0.1
link: https://github.com/apache/incubator-answer-plugins/tree/main/connector-basic
author: Answer.dev
author: Answer

0 comments on commit 42a98b0

Please sign in to comment.