Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <div id="tray" class="step bubble transparent hidden"> | 1 <div id="tray" class="step bubble transparent hidden"> |
| 2 <h1>$i18n{trayHeader}</h1> | 2 <h1 i18n-content="trayHeader"></h1> |
| 3 <p>$i18n{trayText}<p> | 3 <p i18n-content="trayText"><p> |
| 4 <div class="controls"> | 4 <div class="controls"> |
| 5 <button class="next-button custom-appearance blue-button"> | 5 <button i18n-content="nextButton" |
| 6 $i18n{nextButton} | 6 class="next-button custom-appearance blue-button"></button> |
| 7 </button> | |
| 8 </div> | 7 </div> |
| 9 </div> | 8 </div> |
| OLD | NEW |