blob: abcdcd3ac9db2a7043732ffe517a5460bcc395dc [file] [log] [blame]
<!--
Copyright (c) 2014 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<div data-ui-mode="home.client.host-needs-upgrade">
<div class="message">
<div id="host-needs-update-message" class="error-state"></div>
</div>
<div class="message">
<span i18n-content="HOST_NEEDS_UPDATE_DETAIL"></span>
<a href="http://support.google.com/chrome/bin/answer.py?hl=en&answer=1649523"
target="_blank"
i18n-content="LEARN_HOW"></a>
</div>
<div class="button-row">
<button id="host-needs-update-connect-button"
type="button"
i18n-content="CONNECT_ANYWAY"
autofocus="autofocus">
</button>
<button id="host-needs-update-cancel-button"
type="button"
i18n-content="CANCEL">
</button>
</div>
</div> <!-- home.client.host-needs-upgrade -->