Skip to content

Commit

Permalink
changed link messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
juliang22 committed May 16, 2022
1 parent 5820d1b commit 62d9ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default class YoutubeTimestampPlugin extends Plugin {
this.activateView(match[7].toString().trim());
return "\n" + this.settings.mySetting
}
return "\n The copied link is not a valid youtube url. Please try again with a valid link.\n"
return "\n The highlighted link is not a valid YouTube url. Please try again with a valid link.\n"
}

async onload() {
Expand Down

0 comments on commit 62d9ebe

Please sign in to comment.