From a2177fafc74768db0af2f4e7b284b489ddfca6c6 Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Fri, 20 May 2022 20:39:04 -0300 Subject: [PATCH] Improve setting message.. --- js/templates/settings.handlebars | 2 +- templates/fake.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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'));