We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5820d1b commit 62d9ebeCopy full SHA for 62d9ebe
main.ts
@@ -28,7 +28,7 @@ export default class YoutubeTimestampPlugin extends Plugin {
28
this.activateView(match[7].toString().trim());
29
return "\n" + this.settings.mySetting
30
}
31
- 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"
32
33
34
async onload() {
0 commit comments