Skip to content

Commit

Permalink
Change a notice message
Browse files Browse the repository at this point in the history
  • Loading branch information
decaplanet committed Dec 27, 2023
1 parent b7cd167 commit 710dcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/ribbonIcon.ts
Expand Up @@ -15,7 +15,7 @@ export class RibbonIcon {
this.plugin.app.workspace.getActiveViewOfType(MarkdownView);

if (!editor) {
new Notice("Please make sure you're editing a document.");
new Notice("No open document is found.");
return;
}
if (activeView.getMode() !== "source") {
Expand Down

0 comments on commit 710dcb3

Please sign in to comment.