Update defaultMessages.json to include captcha defaultMessage
This commit is contained in:
parent
c28cc228a2
commit
ee795e38d3
1 changed files with 9 additions and 0 deletions
|
@ -905,6 +905,15 @@
|
||||||
],
|
],
|
||||||
"path": "app/soapbox/features/audio/index.json"
|
"path": "app/soapbox/features/audio/index.json"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"descriptors": [
|
||||||
|
{
|
||||||
|
"defaultMessage": "Click the image to get a new captcha",
|
||||||
|
"id": "registration.captcha.hint"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"path": "app/soapbox/features/auth_login/components/captcha.json"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"descriptors": [
|
"descriptors": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue