blob: 3c26b48dbc3c720e0104cc045b38f82dc2c275a1 [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 id="host-needs-update-message"
class="message error-state multi-line-error-state">
</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 -->