Skip to content

Commit

Permalink
Change action name
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 authored Jan 7, 2025
1 parent 51d7e2c commit 6a04328
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class MirrordDropDown : TogglePopupAction(), DumbAware {
}
}

private class DocsAction : AnAction("How To Use?") {
private class DocsAction : AnAction("Documentation") {
override fun actionPerformed(e: AnActionEvent) {
BrowserUtil.browse(DOCS_URL)
}
Expand Down

0 comments on commit 6a04328

Please sign in to comment.