Fix string
This commit is contained in:
parent
6a277eeda3
commit
a6db9e6da1
@ -3,7 +3,7 @@
|
||||
{/if}
|
||||
|
||||
<h3>
|
||||
{__('Poll results', 'Votes of the poll')} {if $hidden}<i>({__('PollInfo', 'Results are hidden.')})</i>{/if}
|
||||
{__('Poll results', 'Votes of the poll')} {if $hidden}<i>({__('PollInfo', 'Results are hidden')})</i>{/if}
|
||||
{if $accessGranted}
|
||||
<a href="" data-toggle="modal" data-target="#hint_modal"><i class="glyphicon glyphicon-info-sign"></i></a><!-- TODO Add accessibility -->
|
||||
{/if}
|
||||
|
@ -3,7 +3,7 @@
|
||||
{/if}
|
||||
|
||||
<h3>
|
||||
{__('Poll results', 'Votes of the poll')} {if $hidden}<i>({__('PollInfo', 'Results are hidden.')})</i>{/if}
|
||||
{__('Poll results', 'Votes of the poll')} {if $hidden}<i>({__('PollInfo', 'Results are hidden')})</i>{/if}
|
||||
{if $accessGranted}
|
||||
<a href="" data-toggle="modal" data-target="#hint_modal"><i class="glyphicon glyphicon-info-sign"></i></a>
|
||||
{/if}
|
||||
|
Loading…
Reference in New Issue
Block a user