Unverified Commit 345da1e4 authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub

Add comments.isNotPermitted string

We were missing a string for the case where a user has not confirmed their email address. These string IDs are interpolated directly from the error code, so no other change is needed.
parent 684319bf
...@@ -293,6 +293,7 @@ ...@@ -293,6 +293,7 @@
"comments.isDisallowed": "Hmm, it looks like comments have been turned off for this page. :/", "comments.isDisallowed": "Hmm, it looks like comments have been turned off for this page. :/",
"comments.isIPMuted": "Sorry, the Scratch Team had to prevent your network from sharing comments or projects because it was used to break our community guidelines too many times. You can still share comments and projects from another network. If you'd like to appeal this block, you can contact appeals@scratch.mit.edu and reference Case Number {appealId}.", "comments.isIPMuted": "Sorry, the Scratch Team had to prevent your network from sharing comments or projects because it was used to break our community guidelines too many times. You can still share comments and projects from another network. If you'd like to appeal this block, you can contact appeals@scratch.mit.edu and reference Case Number {appealId}.",
"comments.isTooLong": "That comment is too long! Please find a way to shorten your text.", "comments.isTooLong": "That comment is too long! Please find a way to shorten your text.",
"comments.isNotPermitted": "Sorry, you need to confirm your email address before commenting.",
"comments.error": "Oops! Something went wrong posting your comment", "comments.error": "Oops! Something went wrong posting your comment",
"comments.posting": "Posting...", "comments.posting": "Posting...",
"comments.post": "Post", "comments.post": "Post",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment