mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-31 04:02:26 +08:00
feat(settings/share): add title to section
This commit is contained in:
parent
bdd6395a76
commit
16b16927ef
@ -6,6 +6,8 @@ import searchService from "../../../../services/search.js";
|
|||||||
|
|
||||||
const TPL = `
|
const TPL = `
|
||||||
<div class="options-section">
|
<div class="options-section">
|
||||||
|
<h4>${t("share.title")}</h4>
|
||||||
|
|
||||||
<p>${t("share.redirect_bare_domain_description")}</p>
|
<p>${t("share.redirect_bare_domain_description")}</p>
|
||||||
<label class="tn-checkbox">
|
<label class="tn-checkbox">
|
||||||
<input type="checkbox" name="redirectBareDomain">
|
<input type="checkbox" name="redirectBareDomain">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user