diff --git a/components/RightPanel/templates/right_panel/view.html.twig b/components/RightPanel/templates/right_panel/view.html.twig index e8963501f0..f7f9c9c79f 100644 --- a/components/RightPanel/templates/right_panel/view.html.twig +++ b/components/RightPanel/templates/right_panel/view.html.twig @@ -14,7 +14,12 @@ title="{{ 'Expand if you want to access more options.' | trans }}">

- {{ "Create a note" | trans }} + {% set current_path = app.request.get('_route') %} + {% if current_path == 'reply_add' %} + {{ "Reply to note" | trans }} + {% else %} + {{ "Create a note" | trans }} + {% endif %}

{{ icon('arrow-down', 'icon icon-details-open') | raw }}