OLD | NEW |
1 <div id="app-list" class="step bubble transparent hidden"> | 1 <div id="app-list" class="step bubble transparent hidden"> |
2 <h1>$i18n{appListHeader}</h1> | 2 <h1 i18n-content="appListHeader"></h1> |
3 <p> | 3 <p> |
4 <span>$i18n{appListText1}</span><br> | 4 <span i18n-content="appListText1"></span><br> |
5 <span>$i18n{appListText2}</span> | 5 <span i18n-content="appListText2"></span> |
6 </p> | 6 </p> |
7 <div class="controls"> | 7 <div class="controls"> |
8 <button class="next-button custom-appearance blue-button"> | 8 <button i18n-content="nextButton" |
9 $i18n{nextButton} | 9 class="next-button custom-appearance blue-button"></button> |
10 </button> | |
11 </div> | 10 </div> |
12 </div> | 11 </div> |
OLD | NEW |