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() {
|
||||
setTimeout(function() {
|
||||
window.location.href = '/';
|
||||
}, 5000);
|
||||
}, 2000);
|
||||
})();
|
||||
</script>
|
@ -381,7 +381,7 @@ en:
|
||||
email:
|
||||
title: "Email"
|
||||
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."
|
||||
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."
|
||||
|
@ -414,7 +414,7 @@ en:
|
||||
activation:
|
||||
action: "Activate your account"
|
||||
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}"
|
||||
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!"
|
||||
|
Loading…
Reference in New Issue
Block a user