Skip to content

Commit

Permalink
更新弹窗的关闭按钮
Browse files Browse the repository at this point in the history
  • Loading branch information
zetaloop committed Aug 28, 2024
1 parent 9255da8 commit 3907914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/ui/release-notes/release-notes-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export class ReleaseNotes extends React.Component<IReleaseNotesProps, {}> {
if (latestVersion === __APP_VERSION__) {
return (
<Button type="submit" onClick={this.onDismissed}>
Close
关闭
</Button>
)
}
Expand Down

0 comments on commit 3907914

Please sign in to comment.