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 91acf3e commit 4a55d7fCopy full SHA for 4a55d7f
src/ui/app.js
@@ -477,7 +477,7 @@ class ArchiveWebApp extends ReplayWebApp
477
<div class="control">
478
<label class="checkbox">
479
<input type="checkbox" name="add-existing" .checked="${this.isImportExisting}" @change="${(e) => this.isImportExisting = e.currentTarget.checked}">
480
- Add to an existing item${this.isImportExisting ? ":" : ""}
+ Add to an existing archived item${this.isImportExisting ? ":" : ""}
481
</label>
482
</div>
483
${this.isImportExisting ? this.renderCollList() : ""}
0 commit comments