Skip to content

Commit

Permalink
优化编辑器提示
Browse files Browse the repository at this point in the history
  • Loading branch information
zetaloop committed Sep 15, 2024
1 parent 6e9c822 commit 2c9699f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/ui/preferences/integrations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,9 @@ export class Integrations extends React.Component<
<Row>
<div className="no-options-found">
<span>
没有其他可用的编辑器。
需要一个编辑器?
<LinkButton uri={suggestedExternalEditor.url}>
装个 {suggestedExternalEditor.name}
装个 {suggestedExternalEditor.name} 吧。
</LinkButton>
</span>
</div>
Expand Down

0 comments on commit 2c9699f

Please sign in to comment.