[ENTITY][Note] Add getLanguageLocale() and getNoteLanguageShortDisplay()

[CARDS][Note] Render note's language short display

[PLUGINS] Bring back titles to Reply, Repeat and Favourite actions
This commit is contained in:
2021-12-02 15:05:23 +00:00
parent d044039272
commit 37ef8cddfa
6 changed files with 33 additions and 3 deletions

View File

@@ -85,6 +85,7 @@ class Repeat extends NoteHandlerPlugin
$extra_classes = $is_repeat ? 'note-actions-set' : 'note-actions-unset';
$repeat_action = [
'url' => $repeat_action_url,
'title' => $is_repeat ? 'Remove this repeat' : 'Repeat this note!',
'classes' => "button-container repeat-button-container {$extra_classes}",
'id' => 'repeat-button-container-' . $note->getId(),
];