Skip to content

Commit 89204f3

Browse files
committed
List CDX as a supported file type in the app
1 parent 4059f62 commit 89204f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chooser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ export class Chooser extends LitElement {
301301
autocomplete="off"
302302
placeholder="${this.newFullImport
303303
? "Click 'Choose File' to select a local archive to import"
304-
: "Enter a URL or click 'Choose File' to select a WARC, WACZ, or HAR file"}"
304+
: "Enter a URL or click 'Choose File' to select a WARC, WACZ, CDX, or HAR file"}"
305305
/>
306306
</p>
307307
<div class="control">

0 commit comments

Comments
 (0)