Merge "Remove duplicated inappropriate 'translate' tag"

This commit is contained in:
Jenkins 2016-09-25 05:09:53 +00:00 committed by Gerrit Code Review
commit c664427667
1 changed files with 2 additions and 2 deletions

View File

@ -597,13 +597,13 @@
<div class="col-lg-10">
<div class="themable-radio">
<input type="radio" name="optionsThemableRadios" id="optionsRadios3" value="option1" checked="">
<label translate for="optionsRadios3">
<label for="optionsRadios3">
<span>{$ 'Themable Option 1' | translate $}</span>
</label>
</div>
<div class="themable-radio">
<input type="radio" name="optionsThemableRadios" id="optionsRadios4" value="option2">
<label translate for="optionsRadios4">
<label for="optionsRadios4">
<span>{$ 'Themable Option 2' | translate $}</span>
</label>
</div>