Skip to content

Commit f558490

Browse files
committed
Slightly edit copy
1 parent c1bc5c6 commit f558490

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/typescript/extension/src/popup/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
4747
function skippedReasonMessage(reason: ExtensionSkippedReason): string {
4848
if (reason === "has_video") {
49-
return "This post contains video and no supported images. Video analysis is not supported yet.";
49+
return "This post contains video. Video analysis is not supported yet.";
5050
}
5151
if (reason === "word_count") {
5252
return "This post is too long and is not eligible for investigation.";

0 commit comments

Comments
 (0)