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 d223c87 commit ecd30a4Copy full SHA for ecd30a4
src/ui/app.js
@@ -466,7 +466,7 @@ class ArchiveWebApp extends ReplayWebApp
466
467
renderImportModal() {
468
return html`
469
- <wr-modal style="--modal-width: 740px" @modal-closed="${() => this.showImport = false}" title="Import Files">
+ <wr-modal style="--modal-width: 740px" @modal-closed="${() => this.showImport = false}" title="Import File">
470
<wr-chooser
471
style="flex: auto"
472
.newFullImport="${true}"
0 commit comments