Skip to content

Commit

Permalink
Dev Small text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Nov 19, 2019
1 parent b287371 commit d1a50bd
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -22,7 +22,7 @@
<div class='form-inline'>
<div class='{{coreClass}} form-group'>
<label for='answer{{name}}' class='sr-only control-label'>
{{ sprintf(gT('Date in the format: %s'), dateformatdetails) }}
{{ sprintf(gT('Date format: %s'), dateformatdetails) }}
</label>
<div id="answer{{name}}_datetimepicker" class="input-group answer-item date-timepicker-group" data-basename="{{name}}"><!-- data-basename used in js function -->
{{ C.Html.textField(name,dateoutput,{
Expand All @@ -31,7 +31,7 @@
'aria-describedby' : "ls-question-text-" ~ name,
}) }}
<div class="input-group-addon btn btn-primary">
<i class="fa fa-calendar" aria-hidden="true"></i><span class="sr-only"> {{ gT("Open the date time chooser") }}</span>
<i class="fa fa-calendar" aria-hidden="true"></i><span class="sr-only"> {{ gT("Open date/time selector") }}</span>
</div>
</div>
{% if(hidetip) %}
Expand Down

0 comments on commit d1a50bd

Please sign in to comment.