Skip to content
Snippets Groups Projects
is_this_your_computer.ejs 764 B
Newer Older
<% /* This Source Code Form is subject to the terms of the Mozilla Public
      License, v. 2.0. If a copy of the MPL was not distributed with this
      file, You can obtain one at http://mozilla.org/MPL/2.0/. */ %>

  <div id="your_computer_content">
    <h2><%= gettext('If you don\'t mind me asking, is this your computer?') %></h2>
      <button id="this_is_my_computer"><%= gettext('yes') %></button>
      <%= gettext('If so, we\'ll keep you logged in for a couple weeks.') %>
      <button id="this_is_not_my_computer" class="negative"><%= gettext('no') %></button>
      <%= gettext('If you\'re at a public computer such as a library or internet cafe, we\'ll ask you for your password again in an hour.') %>