Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update sent.html.twig
  • Loading branch information
Miliooo committed Oct 17, 2013
commit 5568ba19db8bd693e4b872481197abcd8f042da4
2 changes: 1 addition & 1 deletion Resources/views/Message/sent.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% block fos_message_content %}

<h2>{% trans from 'FOSMessageBundle' %}messenger{% endtrans %}</h2>
<h2>{% trans from 'FOSMessageBundle' %}sent{% endtrans %}</h2>

{% include 'FOSMessageBundle:Message:threads_list.html.twig' with {'threads': threads} %}

Expand Down