mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Improve setting message..
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -11,4 +11,5 @@ p($l->t('Shared with you'));
|
|||||||
p($l->t('Share note'));
|
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'));
|
||||||
|
|||||||
Reference in New Issue
Block a user