Skip to content

Commit 62d9ebe

Browse files
committed
changed link messaging
1 parent 5820d1b commit 62d9ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default class YoutubeTimestampPlugin extends Plugin {
2828
this.activateView(match[7].toString().trim());
2929
return "\n" + this.settings.mySetting
3030
}
31-
return "\n The copied link is not a valid youtube url. Please try again with a valid link.\n"
31+
return "\n The highlighted link is not a valid YouTube url. Please try again with a valid link.\n"
3232
}
3333

3434
async onload() {

0 commit comments

Comments
 (0)