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 c1bc5c6 commit f558490Copy full SHA for f558490
1 file changed
src/typescript/extension/src/popup/App.svelte
@@ -46,7 +46,7 @@
46
47
function skippedReasonMessage(reason: ExtensionSkippedReason): string {
48
if (reason === "has_video") {
49
- return "This post contains video and no supported images. Video analysis is not supported yet.";
+ return "This post contains video. Video analysis is not supported yet.";
50
}
51
if (reason === "word_count") {
52
return "This post is too long and is not eligible for investigation.";
0 commit comments