Skip to content

Commit

Permalink
Dev: Missing string on clearall confirm page
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jan 9, 2018
1 parent 1f53cc7 commit e672abc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/survey/vanilla/views/subviews/content/clearall.twig
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

<div class='{{ aSurveyInfo.class.clearall }}' {{ aSurveyInfo.attr.clearall }}>
<div class=" {{ aSurveyInfo.class.clearalldiv }} " {{ aSurveyInfo.attr.clearalldiv }}>
<p>{{ "Answers cleared" | t }}</p>
<a href="{{ aSurveyInfo.surveyUrl }}" class="{{ aSurveyInfo.class.clearalla }}" {{ aSurveyInfo.attr.clearalla }}>{{ "Restart this Survey" | t}}</a>
</div>
</div>

0 comments on commit e672abc

Please sign in to comment.