diff options
Diffstat (limited to 'templates/interaction_button.php')
| -rw-r--r-- | templates/interaction_button.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/interaction_button.php b/templates/interaction_button.php index 40fe392..9115435 100644 --- a/templates/interaction_button.php +++ b/templates/interaction_button.php @@ -1,9 +1,9 @@ <?php $active = $active ?? false; $tooltip = match ($action) { - 'like' => _('Like'), - 'dislike' => _('Dislike'), - 'reshare' => _('Reshare') + 'like' => __('note.action.like'), + 'dislike' => __('note.action.dislike'), + 'reshare' => __('note.action.reshare') }; $icon = match ($action) { 'like' => 'favorite', |
