Skip to content

Commit

Permalink
Update src/ui/app.js
Browse files Browse the repository at this point in the history
Co-authored-by: Tessa Walsh <[email protected]>
  • Loading branch information
Shrinks99 and tw4l authored Nov 15, 2023
1 parent 91acf3e commit 4a55d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ class ArchiveWebApp extends ReplayWebApp
<div class="control">
<label class="checkbox">
<input type="checkbox" name="add-existing" .checked="${this.isImportExisting}" @change="${(e) => this.isImportExisting = e.currentTarget.checked}">
Add to an existing item${this.isImportExisting ? ":" : ""}
Add to an existing archived item${this.isImportExisting ? ":" : ""}
</label>
</div>
${this.isImportExisting ? this.renderCollList() : ""}
Expand Down

0 comments on commit 4a55d7f

Please sign in to comment.