Skip to content

Commit ecd30a4

Browse files
Shrinks99tw4l
andauthored
Update src/ui/app.js
Co-authored-by: Tessa Walsh <tessa@bitarchivist.net>
1 parent d223c87 commit ecd30a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ class ArchiveWebApp extends ReplayWebApp
466466

467467
renderImportModal() {
468468
return html`
469-
<wr-modal style="--modal-width: 740px" @modal-closed="${() => this.showImport = false}" title="Import Files">
469+
<wr-modal style="--modal-width: 740px" @modal-closed="${() => this.showImport = false}" title="Import File">
470470
<wr-chooser
471471
style="flex: auto"
472472
.newFullImport="${true}"

0 commit comments

Comments
 (0)