skip over the terms of service link

This commit is contained in:
ansuz
2017-06-19 18:03:39 +02:00
parent e2ff88e4c4
commit b80d7513aa
3 changed files with 3 additions and 3 deletions

View File

@@ -334,7 +334,7 @@ define(function () {
out.login_notRegistered = 'Not registered?';
out.register_importRecent = "Import pad history (Recommended)";
out.register_acceptTerms = "I accept <a href='/terms.html'>the terms of service</a>";
out.register_acceptTerms = "I accept <a href='/terms.html' tabindex='-1'>the terms of service</a>";
out.register_passwordsDontMatch = "Passwords do not match!";
out.register_mustAcceptTerms = "You must accept the terms of service.";
out.register_mustRememberPass = "We cannot reset your password if you forget it. It's very important that you remember it! Please check the checkbox to confirm.";