diff options
author | Gared <mu.stefan@googlemail.com> | 2014-12-28 22:20:09 +0100 |
---|---|---|
committer | Gared <mu.stefan@googlemail.com> | 2014-12-28 22:20:09 +0100 |
commit | 018821e98c3e315eb37e55c05e743dc1268d04ad (patch) | |
tree | 62df77cc21926f250c8438b8ffdaa3f144db88cc /src/locales/en.json | |
parent | 2307c6fbda8ef149aebf83d47d099ca6d94f7ffc (diff) | |
download | etherpad-lite-018821e98c3e315eb37e55c05e743dc1268d04ad.zip |
Use camel case
Diffstat (limited to 'src/locales/en.json')
-rw-r--r-- | src/locales/en.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locales/en.json b/src/locales/en.json index cea31263..130b59cb 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -24,7 +24,7 @@ "pad.colorpicker.cancel": "Cancel", "pad.loading": "Loading...", - "pad.nocookie": "Cookie could not be found. Please allow cookies in your browser!", + "pad.noCookie": "Cookie could not be found. Please allow cookies in your browser!", "pad.passwordRequired": "You need a password to access this pad", "pad.permissionDenied": "You do not have permission to access this pad", "pad.wrongPassword": "Your password was wrong", |