diff --git a/resources/static/dialog/views/is_this_your_computer.ejs b/resources/static/dialog/views/is_this_your_computer.ejs new file mode 100644 index 0000000000000000000000000000000000000000..abbf01120f86589937a5971f8d9a50699f4313d3 --- /dev/null +++ b/resources/static/dialog/views/is_this_your_computer.ejs @@ -0,0 +1,16 @@ +<% /* 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/. */ %> + + <h2><%= gettext('If you don't mind me asking, is this your computer?') %></h2> + + <p> + <button class="this_is_my_computer" tabindex="3"><%= gettext('yes') %></button> + <%= gettext('If so, we'll keep you logged in for a couple weeks') %> + </p> + + <p> + <button class="this_is_not_my_computer" tabindex="3"><%= 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 five minutes.') %> + </p>