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 2c9699f commit 56756cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/ui/banners/accessibilty-settings-banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ export class AccessibilitySettingsBanner extends React.Component<IAccessibilityS
>
<Octicon symbol={octicons.accessibilityInset} />
<div className="banner-message">
Check out the new{' '}
试试新的{' '}
<LinkButton onClick={this.onOpenAccessibilitySettings}>
accessibility settings
</LinkButton>{' '}
to control the visibility of the link underlines and diff check marks.
辅助功能设置
</LinkButton>
,它可以控制链接下划线和差异对比勾号了。
</div>
</Banner>
)
Expand Down

0 comments on commit 56756cf

Please sign in to comment.