diff options
author | Anike Arni <aarni@thoughtworks.com> | 2017-04-18 14:23:29 -0300 |
---|---|---|
committer | Anike Arni <aarni@thoughtworks.com> | 2017-04-18 14:23:29 -0300 |
commit | 9a8585ea9419790d0067ccbe5bc6b49eaaa80810 (patch) | |
tree | 7d7ba8f00aab5cdecbaf9d18ad4441221eea5978 /service | |
parent | dd189164ef0b39132daafcbe5d163bc259ccec8e (diff) |
[#927] Fixes type in account recovery email
with @deniscostadsc
Diffstat (limited to 'service')
-rw-r--r-- | service/pixelated/assets/recovery.mail.en-US | 2 | ||||
-rw-r--r-- | service/test/unit/test_account_recovery.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/service/pixelated/assets/recovery.mail.en-US b/service/pixelated/assets/recovery.mail.en-US index d14ca712..d17f8a28 100644 --- a/service/pixelated/assets/recovery.mail.en-US +++ b/service/pixelated/assets/recovery.mail.en-US @@ -5,7 +5,7 @@ In case you ever forget your password, you can access this link {account_recover {recovery_code} -This code is they only way to recover access to your account in case you lose your password. +This code is the only way to recover access to your account in case you lose your password. Be careful and keep it safe!!! Why is this so important? diff --git a/service/test/unit/test_account_recovery.py b/service/test/unit/test_account_recovery.py index 8d52676e..7a01ca7d 100644 --- a/service/test/unit/test_account_recovery.py +++ b/service/test/unit/test_account_recovery.py @@ -31,7 +31,7 @@ In case you ever forget your password, you can access this link test.com/account 4645a2f8997e5d0d -This code is they only way to recover access to your account in case you lose your password. +This code is the only way to recover access to your account in case you lose your password. Be careful and keep it safe!!! Why is this so important? |