diff --git a/js/templates/settings.handlebars b/js/templates/settings.handlebars index e254850..16787be 100644 --- a/js/templates/settings.handlebars +++ b/js/templates/settings.handlebars @@ -1,6 +1,6 @@

- +

diff --git a/templates/fake.php b/templates/fake.php index 4d4134e..0034bcd 100644 --- a/templates/fake.php +++ b/templates/fake.php @@ -11,4 +11,5 @@ p($l->t('Shared with you')); p($l->t('Share note')); p($l->t('Leave this shared note')); p($l->t('Close')); -p($l->t('Default color for new notes')); \ No newline at end of file +p($l->t('Default color for new notes')); +p($l->t('When editing notes, show Save and Cancel buttons to save them explicitly'));