Skip to content

Commit

Permalink
feat(core): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp committed Oct 21, 2023
1 parent b64c8b0 commit bb8fee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/koishell/koishell.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func (shell *KoiShell) About() {

_, err := shell.exec(map[string]any{
"mode": "dialog",
"title": "about",
"title": "About",
"style": "info",
"text1": "Koishi Desktop",
"text2": fmt.Sprintf("v%s", util.AppVersion),
Expand Down

0 comments on commit bb8fee2

Please sign in to comment.