Skip to content

Commit 4a55d7f

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

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
@@ -477,7 +477,7 @@ class ArchiveWebApp extends ReplayWebApp
477477
<div class="control">
478478
<label class="checkbox">
479479
<input type="checkbox" name="add-existing" .checked="${this.isImportExisting}" @change="${(e) => this.isImportExisting = e.currentTarget.checked}">
480-
Add to an existing item${this.isImportExisting ? ":" : ""}
480+
Add to an existing archived item${this.isImportExisting ? ":" : ""}
481481
</label>
482482
</div>
483483
${this.isImportExisting ? this.renderCollList() : ""}

0 commit comments

Comments
 (0)