Skip to content

Commit a678479

Browse files
committed
chore: change error message
1 parent 07ce650 commit a678479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/deployment-report.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function statusBarItem() {
133133
if (activeEditor && activeEditor.document.fileName.endsWith('.json')) {
134134
await generateDeploymentReportActiveFile(activeEditor);
135135
} else {
136-
vscode.window.showInformationMessage('Please open a JSON file to view the deployment report.');
136+
vscode.window.showInformationMessage('Please open a foundry broadcast file (JSON) to view the summary.');
137137
}
138138
return statusBarItem;
139139
});

0 commit comments

Comments
 (0)