| Index: chrome/browser/resources/chromeos/first_run/app/main.html
|
| diff --git a/chrome/browser/resources/chromeos/first_run/app/main.html b/chrome/browser/resources/chromeos/first_run/app/main.html
|
| index a8c6df813c6709e75b29d6874880aeedd7a74115..32e52a3c0bcdb1d13c29bdbb813cc02c9d3d8687 100644
|
| --- a/chrome/browser/resources/chromeos/first_run/app/main.html
|
| +++ b/chrome/browser/resources/chromeos/first_run/app/main.html
|
| @@ -26,14 +26,14 @@
|
| </div>
|
| </div>
|
| </div>
|
| - <h1>$i18n{greetingHeader}</h1>
|
| + <h1 i18n-content="greetingHeader"></h1>
|
| <p>
|
| - <span>$i18n{greetingText1}</span><br>
|
| - <span>$i18n{greetingText2}</span>
|
| + <span i18n-content="greetingText1"></span><br>
|
| + <span i18n-content="greetingText2"></span>
|
| </p>
|
| <div class="controls">
|
| - <button class="next-button custom-appearance blue-button" tabindex="0">
|
| - $i18n{greetingButton}
|
| + <button i18n-content="greetingButton"
|
| + class="next-button custom-appearance blue-button" tabindex="0">
|
| </button>
|
| </div>
|
| <include src="greeting_image_[GREETING_IMAGE].html">
|
|
|