diff options
author | tkimia <tkimia@purdue.edu> | 2014-04-03 18:03:33 -0400 |
---|---|---|
committer | tkimia <tkimia@purdue.edu> | 2014-04-03 18:03:33 -0400 |
commit | 36e6db5e8fbcbeeddb6a68d702bb8a2bdc3a514a (patch) | |
tree | 2cf6a72fce43f4644dc16177a4d42fb778fb8c97 /config/locales | |
parent | effe4608e808a385bb912fccac26381d0bd0c95a (diff) | |
parent | 91623c4f865d25c33ed64632ae61b506e0bb1ab4 (diff) |
Merge branch 'master' of https://github.com/LukeShu/leaguer
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 0653957..9b7f013 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -21,3 +21,11 @@ en: hello: "Hello world" + + simple_captcha: + placeholder: "Enter the image value" + label: "Enter the code in the box:" + + message: + default: "Secret Code did not match with the Image" + user: "The secret Image and code were different" |