Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/components/ConnectorModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ watch(open, isOpen => {
class="flex items-center p-3 bg-bg-muted border border-border rounded-lg font-mono text-sm"
>
<span class="text-fg-subtle">$</span>
<span class="text-fg ml-2">{{ executeNpmxConnectorCommand }}</span>
<span class="text-fg-subtle ml-2">{{ executeNpmxConnectorCommand }}</span>
<button
type="button"
:aria-label="
Expand Down
3 changes: 2 additions & 1 deletion i18n/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@
},
"grant_button": "授权",
"cancel_grant": "取消授权",
"grant_access": "+ 授予团队权限"
"grant_access": "+ 授予团队权限",
"caricando_teams": ""
},
"list": {
"filter_label": "筛选包",
Expand Down