Skip to content

Commit 038f604

Browse files
fix: some textual change
1 parent cc42474 commit 038f604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/extension/lsp.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ async function applyAllFixes() {
7676
arguments: [textDocument],
7777
}
7878
client.sendRequest(ExecuteCommandRequest.type, params).then(undefined, () => {
79-
const actionButtonName = 'Upgrade Document'
79+
const actionButtonName = 'See Doc'
8080
window
8181
.showErrorMessage(
82-
'Failed to apply Ast-grep fixes to the document. Please consider upgrading ast-grep version or opening an issue with steps to reproduce.',
82+
'Failed to apply ast-grep fixes to the document. Please consider upgrading ast-grep version or opening an issue with steps to reproduce.',
8383
actionButtonName,
8484
)
8585
.then(value => {

0 commit comments

Comments
 (0)