drafts: Document that drafts are not shared with other devices.

We plan to change this in the future, but we should make sure it's
clear to users what the current model is.
This commit is contained in:
Tim Abbott 2021-10-29 16:53:27 -07:00
parent 151db3c9ef
commit 12c6ee7962
1 changed files with 4 additions and 3 deletions

View File

@ -7,9 +7,10 @@
<span class="exit-sign">&times;</span>
</div>
<div class="removed-drafts">
{{#tr}} Drafts older than <strong>{draft_lifetime}</strong> days are automatically removed. {{/tr}}
</div>
<div class="draft-hotkey-reminder">
{{#tr}}Drafts are not synced to other devices and browsers.{{/tr}}
<br />
{{#tr}}Drafts older than <strong>{draft_lifetime}</strong> days are automatically removed.{{/tr}}
<br />
{{t "Pro tip: You can use 'd' to open your drafts."}}
</div>
</div>