Skip to content

Commit

Permalink
Dev Small text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jun 2, 2021
1 parent 8646a78 commit 2e8cd8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<div class="col-sm-12 col-md-6">
<!-- List survey publicly -->
<div class="form-group">
<label class=" control-label" for='listpublic'><?php eT("List survey publicly:");?></label>
<label class=" control-label" for='listpublic'><?php printf(gT("Show survey on %spublic index page%s:"), "<a href='" . Yii::app()->getConfig("publicurl") . "' target='_blank' >", "</a>");?></label>
<div class="">
<?php $this->widget('yiiwheels.widgets.buttongroup.WhButtonGroup', array(
'name' => 'listpublic',
Expand Down

0 comments on commit 2e8cd8c

Please sign in to comment.