small text changes

This commit is contained in:
zadam
2020-04-24 21:21:22 +02:00
parent 8526cb2315
commit ac608b9334
3 changed files with 4 additions and 3 deletions

View File

@@ -5,12 +5,12 @@ const TPL = `
<div class="btn-group btn-group-xs">
<button type="button"
class="btn btn-sm icon-button bx bx-check-shield protect-button"
title="Protected note can be viewed and edited only after entering password">
title="Set this note as protected which means it will possible to view and edit this note only after entering password">
</button>
<button type="button"
class="btn btn-sm icon-button bx bx-shield-x unprotect-button"
title="Not protected note can be viewed without entering password">
title="Set this note as unprotected which will make it viewable and editable without entering password">
</button>
</div>`;``;