mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
better titles in delete dialog, #3290
This commit is contained in:
parent
8a539dc514
commit
3d4776f577
@ -20,7 +20,7 @@ const TPL = `
|
|||||||
<label>
|
<label>
|
||||||
<input class="delete-all-clones" value="1" type="checkbox">
|
<input class="delete-all-clones" value="1" type="checkbox">
|
||||||
|
|
||||||
delete also all clones
|
delete also all clones (can be undone in recent changes)
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ const TPL = `
|
|||||||
<label title="Normal (soft) deletion only marks the notes as deleted and they can be undeleted (in recent changes dialog) within a period of time. Checking this option will erase the notes immediatelly and it won't be possible to undelete the notes.">
|
<label title="Normal (soft) deletion only marks the notes as deleted and they can be undeleted (in recent changes dialog) within a period of time. Checking this option will erase the notes immediatelly and it won't be possible to undelete the notes.">
|
||||||
<input class="erase-notes" value="1" type="checkbox">
|
<input class="erase-notes" value="1" type="checkbox">
|
||||||
|
|
||||||
erase notes permanently (can't be undone). This will force application reload.
|
erase notes permanently (can't be undone), including all clones. This will force application reload.
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user