[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

@@ -72,6 +72,7 @@ class Reply extends NoteHandlerPlugin
$reply_action = [
'url' => $reply_action_url,
'title' => 'Reply to this note!',
'classes' => 'button-container reply-button-container note-actions-unset',
'id' => 'reply-button-container-' . $note->getId(),
];