mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
use protect/unprotect terminology in button
This commit is contained in:
@@ -71,19 +71,19 @@
|
|||||||
<div class="hide-toggle" style="grid-area: title;">
|
<div class="hide-toggle" style="grid-area: title;">
|
||||||
<div style="display: flex; align-items: center;">
|
<div style="display: flex; align-items: center;">
|
||||||
<a onclick="protected_session.protectNoteAndSendToServer()"
|
<a onclick="protected_session.protectNoteAndSendToServer()"
|
||||||
title="Encrypt the note so that password will be required to view the note"
|
title="Protect the note so that password will be required to view the note"
|
||||||
class="icon-action"
|
class="icon-action"
|
||||||
id="protect-button"
|
id="protect-button"
|
||||||
style="display: none;">
|
style="display: none;">
|
||||||
<img src="images/icons/lock.png" alt="Encrypt note"/>
|
<img src="images/icons/lock.png" alt="Protect note"/>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a onclick="protected_session.unprotectNoteAndSendToServer()"
|
<a onclick="protected_session.unprotectNoteAndSendToServer()"
|
||||||
title="Decrypt note permamently so that password will not be required to access this note in the future"
|
title="Unprotect note so that password will not be required to access this note in the future"
|
||||||
class="icon-action"
|
class="icon-action"
|
||||||
id="unprotect-button"
|
id="unprotect-button"
|
||||||
style="display: none;">
|
style="display: none;">
|
||||||
<img src="images/icons/unlock.png" alt="Decrypt note"/>
|
<img src="images/icons/unlock.png" alt="Unprotect note"/>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user