From a9d5db57d624fc27e8e537f90a12eb70e0193929 Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Thu, 19 May 2022 10:14:04 -0300 Subject: [PATCH] Fix Shared with 'user' tooltip... and improves the tooltip to leaving a shared note. --- js/templates/notes.handlebars | 4 ++-- l10n/es.js | 1 + l10n/es.json | 1 + templates/fake.php | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/js/templates/notes.handlebars b/js/templates/notes.handlebars index d3465a8..b55b8ac 100644 --- a/js/templates/notes.handlebars +++ b/js/templates/notes.handlebars @@ -15,8 +15,8 @@
{{#if sharedBy}} -
-
+
+
{{else}} {{#if isPinned}}
diff --git a/l10n/es.js b/l10n/es.js index c0df91b..a33a9bd 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -46,6 +46,7 @@ OC.L10N.register( "Shared" : "Compartidos", "Shared with others" : "Compartido con otros", "Shared with you" : "Compartido con usted", + "Leave this shared note" : "Abandonar esta nota compartida", "Close" : "Cerrar", "Default color for new notes" : "Color predeterminado para nuevas notas", "Settings" : "Ajustes" diff --git a/l10n/es.json b/l10n/es.json index c41628c..2f1d368 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -44,6 +44,7 @@ "Shared" : "Compartidos", "Shared with others" : "Compartido con otros", "Shared with you" : "Compartido con usted", + "Leave this shared note" : "Abandonar esta nota compartida", "Close" : "Cerrar", "Default color for new notes" : "Color predeterminado para nuevas notas", "Settings" : "Ajustes" diff --git a/templates/fake.php b/templates/fake.php index 540c3ae..4d4134e 100644 --- a/templates/fake.php +++ b/templates/fake.php @@ -9,5 +9,6 @@ p($l->t('Shared')); p($l->t('Shared with others')); 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