Skip to content

Commit

Permalink
Make shared secret translatable again
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Aug 2, 2018
1 parent bc11dd2 commit 9a31627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/settings/admin/signaling-server.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</div>

<div class="signaling-secret">
<h4>Shared secret</h4>
<h4><?php p($l->t('Shared secret')) ?></h4>
<input type="text" id="signaling_secret"
name="signaling_secret" placeholder="<?php p($l->t('Shared secret')) ?>" aria-label="<?php p($l->t('Shared secret')) ?>"/>
</div>
Expand Down

0 comments on commit 9a31627

Please sign in to comment.