Explorar el Código

Fix "missing translation" warning on riot-web homepage

Small bugfix related to #55
pull/59/head
Slavi Pantaleev hace 7 años
padre
commit
fcf43eeacc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-server/templates/riot-web/home.html.j2

+ 1
- 1
roles/matrix-server/templates/riot-web/home.html.j2 Ver fichero

@@ -197,7 +197,7 @@
<img class="mx_HomePage_icon" src="home/rooms/matrix.png">
<span class="mx_HomePage_name">Matrix Docker Ansible Deploy</span>
</a>
<span class="mx_HomePage_desc">_t("Support for Matrix Docker Ansible role")</span>
<span class="mx_HomePage_desc">Support for Matrix Docker Ansible role</span>
</div>
<div class="mx_HomePage_room">
<a href="#/room/#synapse:matrix.org">


Cargando…
Cancelar
Guardar