Commit 909f7850 authored by JC Brand's avatar JC Brand

Show "refresh" instead of "start" when already encrypted.

parent bb0f49cf
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<li><a class="start-otr" href="#">{{label_start_encrypted_conversation}}</a></li> <li><a class="start-otr" href="#">{{label_start_encrypted_conversation}}</a></li>
{[ } ]} {[ } ]}
{[ if (otr_status != UNENCRYPTED) { ]} {[ if (otr_status != UNENCRYPTED) { ]}
<li><a class="start-otr" href="#">{{label_start_encrypted_conversation}}</a></li> <li><a class="start-otr" href="#">{{label_refresh_encrypted_conversation}}</a></li>
<li><a class="end-otr" href="#">{{label_end_encrypted_conversation}}</a></li> <li><a class="end-otr" href="#">{{label_end_encrypted_conversation}}</a></li>
<li><a class="auth-otr" data-scheme="smp" href="#">{{label_verify_with_smp}}</a></li> <li><a class="auth-otr" data-scheme="smp" href="#">{{label_verify_with_smp}}</a></li>
{[ } ]} {[ } ]}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment