Skip to content

Commit 03a0d4d

Browse files
authored
Update src/ui/app.js
1 parent ecd30a4 commit 03a0d4d

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
@@ -442,7 +442,7 @@ class ArchiveWebApp extends ReplayWebApp
442442
</div>
443443
${IS_APP ? html`
444444
<label class="checkbox">
445-
<input id="preview" type="checkbox"><span>&nbsp;Start in Preview Mode (without saving.)</span>
445+
<input id="preview" type="checkbox"><span>&nbsp;Start in Preview Mode (without archiving.)</span>
446446
</label>` : ""}
447447
</form>
448448
</wr-modal>`;

0 commit comments

Comments
 (0)