| Index: chrome/browser/resources/chromeos/first_run/tray_step.html
|
| diff --git a/chrome/browser/resources/chromeos/first_run/tray_step.html b/chrome/browser/resources/chromeos/first_run/tray_step.html
|
| index ed96e21b1a5ce9d523f4f583f744e8a24a8e9997..2b7b9e73f3cf895e76b84b33f22c745e803ee399 100644
|
| --- a/chrome/browser/resources/chromeos/first_run/tray_step.html
|
| +++ b/chrome/browser/resources/chromeos/first_run/tray_step.html
|
| @@ -1,9 +1,8 @@
|
| <div id="tray" class="step bubble transparent hidden">
|
| - <h1>$i18n{trayHeader}</h1>
|
| - <p>$i18n{trayText}<p>
|
| + <h1 i18n-content="trayHeader"></h1>
|
| + <p i18n-content="trayText"><p>
|
| <div class="controls">
|
| - <button class="next-button custom-appearance blue-button">
|
| - $i18n{nextButton}
|
| - </button>
|
| + <button i18n-content="nextButton"
|
| + class="next-button custom-appearance blue-button"></button>
|
| </div>
|
| </div>
|
|
|