minor login copy tweaks

This commit is contained in:
Jeff Atwood 2014-11-06 02:27:23 -08:00
parent bb2d538194
commit 8e38c129c5
3 changed files with 3 additions and 3 deletions

View File

@ -2,6 +2,6 @@
(function() { (function() {
setTimeout(function() { setTimeout(function() {
window.location.href = '/'; window.location.href = '/';
}, 5000); }, 2000);
})(); })();
</script> </script>

View File

@ -381,7 +381,7 @@ en:
email: email:
title: "Email" title: "Email"
instructions: "Never shown to the public." instructions: "Never shown to the public."
ok: "Looks good. We will email you to confirm." ok: "We will email you to confirm."
invalid: "Please enter a valid email address." invalid: "Please enter a valid email address."
authenticated: "Your email has been authenticated by {{provider}}." authenticated: "Your email has been authenticated by {{provider}}."
frequency: "We'll only email you if we haven't seen you recently and you haven't already seen the thing we're emailing you about." frequency: "We'll only email you if we haven't seen you recently and you haven't already seen the thing we're emailing you about."

View File

@ -414,7 +414,7 @@ en:
activation: activation:
action: "Activate your account" action: "Activate your account"
already_done: "Sorry, this account confirmation link is no longer valid. Perhaps your account is already active?" already_done: "Sorry, this account confirmation link is no longer valid. Perhaps your account is already active?"
please_continue: "Your new account is confirmed, and you are now logged in." please_continue: "Your new account is confirmed! You will now be redirected to the home page."
continue_button: "Continue to %{site_name}" continue_button: "Continue to %{site_name}"
welcome_to: "Welcome to %{site_name}!" welcome_to: "Welcome to %{site_name}!"
approval_required: "A moderator must manually approve your new account before you can access this forum. You'll get an email when your account is approved!" approval_required: "A moderator must manually approve your new account before you can access this forum. You'll get an email when your account is approved!"