fix(i18n): wrong text for export single HTML

This commit is contained in:
Elian Doran
2024-12-02 21:18:24 +02:00
parent 0368b7c252
commit d35e933206
8 changed files with 9 additions and 8 deletions

View File

@@ -49,7 +49,7 @@ const TPL = `
<div class="form-check">
<label class="form-check-label">
<input class="form-check-input" type="radio" name="export-subtree-format" value="html">
${t('export.format_html')}
${t('export.format_html_zip')}
</label>
</div>