| Index: chrome/browser/resources/chromeos/login/oobe_screen_eula.html
|
| diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_eula.html b/chrome/browser/resources/chromeos/login/oobe_screen_eula.html
|
| index 6e6b622a84ea74e0be5bf64e498d17631debe534..3ef837f39da18e2ce5804705ae2469ecafcf2af4 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe_screen_eula.html
|
| +++ b/chrome/browser/resources/chromeos/login/oobe_screen_eula.html
|
| @@ -9,7 +9,7 @@
|
| src="about:blank"></iframe>
|
| <div id="cros-eula-loading">
|
| <div>
|
| - <p i18n-content="termsOfServiceLoading"></p>
|
| + <p>$i18n{termsOfServiceLoading}</p>
|
| </div>
|
| </div>
|
| </div>
|
| @@ -24,28 +24,29 @@
|
| type="checkbox">
|
| </div>
|
| <div>
|
| - <label id="usage-stats-label" i18n-content="checkboxLogging"></label>
|
| - <a id="stats-help-link" href="#" i18n-content="learnMore"></a>
|
| + <label id="usage-stats-label">$i18n{checkboxLogging}</label>
|
| + <a id="stats-help-link" href="#">$i18n{learnMore}</a>
|
| </div>
|
| </div>
|
| </div>
|
| <div id="eula-controls" class="step-controls"></div>
|
| <div id="eula-extra-controls" class="step-extra-controls">
|
| <div id="installation-settings">
|
| - <a id="installation-settings-link" href="#"
|
| - i18n-content="eulaSystemInstallationSettings">
|
| + <a id="installation-settings-link" href="#">
|
| + $i18n{eulaSystemInstallationSettings}
|
| </a>
|
| </div>
|
| <div id="eula-accessibility">
|
| - <a id="eula-accessibility-link" href="#" role="button"
|
| - i18n-content="accessibilityLink"></a>
|
| + <a id="eula-accessibility-link" href="#" role="button">
|
| + $i18n{accessibilityLink}
|
| + </a>
|
| </div>
|
| <div id="eula-chrome-credits"
|
| class="credits"><a id="eula-chrome-credits-link" href="#"
|
| - role="button" i18n-content="chromeCreditsLink"></a></div>
|
| + role="button">$i18n{chromeCreditsLink}</a></div>
|
| <div id="eula-chromeos-credits"
|
| class="credits"><a id="eula-chromeos-credits-link" href="#"
|
| - role="button" i18n-content="chromeosCreditsLink"></a></div>
|
| + role="button">$i18n{chromeosCreditsLink}</a></div>
|
| </div>
|
| <div id="eula-busy" class="step-loading">
|
| <div class="throbber"></div>
|
|
|