mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
minor login copy tweaks
This commit is contained in:
parent
bb2d538194
commit
8e38c129c5
@ -2,6 +2,6 @@
|
|||||||
(function() {
|
(function() {
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
window.location.href = '/';
|
window.location.href = '/';
|
||||||
}, 5000);
|
}, 2000);
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
@ -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."
|
||||||
|
@ -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!"
|
||||||
|
Loading…
Reference in New Issue
Block a user