Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: chrome/browser/resources/chromeos/login/screen_wrong_hwid.html

Issue 2626123002: [i18n] chromeos login i18n-content to $i18n{} (Closed)
Patch Set: nit Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <div class="step hidden no-logo" id="wrong-hwid" hidden> 1 <div class="step hidden no-logo" id="wrong-hwid" hidden>
2 <div class="step-contents"> 2 <div class="step-contents">
3 <div id="wrong-hwid-message"> 3 <div id="wrong-hwid-message">
4 <div id="wrong-hwid-message-header" i18n-content="wrongHWIDScreenHeader"> 4 <div id="wrong-hwid-message-header">$i18n{wrongHWIDScreenHeader}</div>
5 </div>
6 <img id="wrong-hwid-icon" src="chrome://theme/IDR_RESET_WARNING"/> 5 <img id="wrong-hwid-icon" src="chrome://theme/IDR_RESET_WARNING"/>
7 <div id="wrong-hwid-message-content"></div> 6 <div id="wrong-hwid-message-content"></div>
8 </div> 7 </div>
9 <div id="skip-hwid-warning" class="step-controls"> 8 <div id="skip-hwid-warning" class="step-controls">
10 <a id="skip-hwid-warning-link" href="#" 9 <a id="skip-hwid-warning-link" href="#">
11 i18n-content="wrongHWIDScreenSkipLink"></a> 10 $i18n{wrongHWIDScreenSkipLink}
11 </a>
12 </div> 12 </div>
13 </div> 13 </div>
14 </div> 14 </div>
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698