removed ':' from startPage btn

This commit is contained in:
David Baldwynn 2016-04-21 19:51:19 -04:00
parent c84e90483e
commit e976bb1087

View file

@ -21,7 +21,7 @@ style="padding-top: 35vh;">
<button ng-click="exitStartPage()" class="btn" type="button"
ng-style="{'background-color':myform.design.colors.buttonColor, 'color':myform.design.colors.buttonTextColor}">
<span style="font-size: 1.6em;">
{{myform.startPage.introButtonText}}:
{{myform.startPage.introButtonText}}
</span>
</button>
</div>