Improve setting message..

This commit is contained in:
Matias De lellis
2022-05-20 20:39:04 -03:00
parent f054842857
commit a2177fafc7
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<p class="app-settings"> <p class="app-settings">
<input id="explicit-save-notes" type="checkbox" class="checkbox"> <input id="explicit-save-notes" type="checkbox" class="checkbox">
<label for="explicit-save-notes">{{t "quicknotes" "When editing notes show the save and cancel buttons to save them explicitly"}}</label> <label for="explicit-save-notes">{{t "quicknotes" "When editing notes, show Save and Cancel buttons to save them explicitly"}}</label>
</p> </p>
<div> <div>
<label>{{t "quicknotes" "Default color for new notes"}}</label> <label>{{t "quicknotes" "Default color for new notes"}}</label>

View File

@@ -12,3 +12,4 @@ p($l->t('Share note'));
p($l->t('Leave this shared note')); p($l->t('Leave this shared note'));
p($l->t('Close')); p($l->t('Close'));
p($l->t('Default color for new notes')); p($l->t('Default color for new notes'));
p($l->t('When editing notes, show Save and Cancel buttons to save them explicitly'));