Skip to content

Commit

Permalink
Dev Small translation change
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Mar 16, 2018
1 parent 9ee819c commit 338b991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/survey/vanilla/views/subviews/content/clearall.twig
Expand Up @@ -19,6 +19,6 @@
<div class='{{ aSurveyInfo.class.clearall }}' {{ aSurveyInfo.attr.clearall }}>
<div class=" {{ aSurveyInfo.class.clearalldiv }} " {{ aSurveyInfo.attr.clearalldiv }}>
<p>{{ gT("Answers cleared") }}</p>
<a href="{{ aSurveyInfo.surveyUrl }}" class="{{ aSurveyInfo.class.clearalla }}" {{ aSurveyInfo.attr.clearalla }}>{{ gT("Restart this Survey") }}</a>
<a href="{{ aSurveyInfo.surveyUrl }}" class="{{ aSurveyInfo.class.clearalla }}" {{ aSurveyInfo.attr.clearalla }}>{{ gT("Restart this survey") }}</a>
</div>
</div>

0 comments on commit 338b991

Please sign in to comment.