Browse Source

update empty room message

main
ghost 7 months ago
parent
commit
660d6613d6
  1. 2
      templates/default/room/index.html.twig

2
templates/default/room/index.html.twig

@ -43,7 +43,7 @@ @@ -43,7 +43,7 @@
{% else %}
<ul>
<li>
{{ 'room not contain kevachat messages' | trans }}
{{ 'room does not contain kevachat messages' | trans }}
</li>
</ul>
{% endif %}

Loading…
Cancel
Save