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
path: root/config
diff options
context:
space:
mode:
authorAdrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>2014-01-25 11:56:55 +0400
committerAdrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>2014-01-25 11:56:55 +0400
commit672686a72d4dd44f05d8e75b65b4fe35c509b49f (patch)
treec108e52b20bc597803c0c380670907f73a98416c /config
parente9b5da174147bd259aa8e339220f4b8ec167465c (diff)
Fixed typo: ‘[…] your password, If it was […]’ → ‘[…] your password. If it was […]’.
Diffstat (limited to 'config')
-rw-r--r--config/locales/devise/devise.en.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/devise/devise.en.yml b/config/locales/devise/devise.en.yml
index ba8fe734d..cd6417802 100644
--- a/config/locales/devise/devise.en.yml
+++ b/config/locales/devise/devise.en.yml
@@ -61,7 +61,7 @@ en:
confirm: "Confirm my account"
reset_password_instructions:
subject: 'Reset password instructions'
- someone_requested: "Someone has requested a link to change your password, If it was you, you can do this through the link below."
+ someone_requested: "Someone has requested a link to change your password. If it was you, you can do this through the link below."
change: "Change my password"
wont_change: "Your password won't change until you access the link above and create a new one."
ignore: "If you didn't request this, please ignore this email."