File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 51
51
<source >title.add_comment</source >
52
52
<target >Přidat komentář</target >
53
53
</trans-unit >
54
+ <trans-unit id =" title.comment_error" >
55
+ <source >title.comment_error</source >
56
+ <target >Při vytváření komentáře došlo k chybě</target >
57
+ </trans-unit >
54
58
55
59
<trans-unit id =" action.show" >
56
60
<source >action.show</source >
Original file line number Diff line number Diff line change 51
51
<source >title.add_comment</source >
52
52
<target >Add a comment</target >
53
53
</trans-unit >
54
+ <trans-unit id =" title.comment_error" >
55
+ <source >title.comment_error</source >
56
+ <target >There was an error publishing your comment</target >
57
+ </trans-unit >
54
58
55
59
<trans-unit id =" action.show" >
56
60
<source >action.show</source >
Original file line number Diff line number Diff line change 3
3
{% block body_id ' comment_form_error' %}
4
4
5
5
{% block main %}
6
- <h1 class =" text-danger" >There was an error publishing your comment </h1 >
6
+ <h1 class =" text-danger" >{{ ' title.comment_error ' | trans }} </h1 >
7
7
8
8
<div class =" well" >
9
9
{{ include (' blog/comment_form.html.twig' ) }}
You can’t perform that action at this time.
0 commit comments