Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaxwell <maxwell@joindiaspora.com>2011-01-20 23:48:28 +0300
committermaxwell <maxwell@joindiaspora.com>2011-01-20 23:48:28 +0300
commitc6a3cff6449448630ca90c97b14b3e1d07ef68be (patch)
tree3626140b801056606ab11ddad1eb7f105720ce3d /config/locales/devise/devise.en.yml
parent7217bba7e71aaec968c44510bc460db9f0d4d730 (diff)
make the recover password error message slightly more informitive for people who signed up for invites but have not yet received them yet
Diffstat (limited to 'config/locales/devise/devise.en.yml')
-rw-r--r--config/locales/devise/devise.en.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/devise/devise.en.yml b/config/locales/devise/devise.en.yml
index a86b8dee1..958e23d3d 100644
--- a/config/locales/devise/devise.en.yml
+++ b/config/locales/devise/devise.en.yml
@@ -34,6 +34,7 @@ en:
change_password: "Change my password"
new:
forgot_password: "Forgot your password?"
+ no_account: 'No account with this email exsists. If you are waiting for an invite, we are rolling them out as soon as possible'
send_password_instructions: "Send me reset password instructions"
confirmations:
send_instructions: 'You will receive an email with instructions about how to confirm your account in a few minutes.'