There was an error while loading. Please reload this page.
2 parents 855d865 + ad970dc commit bdd028cCopy full SHA for bdd028c
2 files changed
news/+i18n-2.bugfix
@@ -0,0 +1 @@
1
+Do not create empty translatable strings @erral
src/plone/app/discussion/browser/comments.py
@@ -90,7 +90,7 @@ def updateWidgets(self):
90
# Widgets
91
self.widgets["in_reply_to"].mode = interfaces.HIDDEN_MODE
92
self.widgets["text"].addClass("autoresize")
93
- self.widgets["user_notification"].label = _("")
+ self.widgets["user_notification"].label = ""
94
# Reset widget field settings to their defaults, which may be changed
95
# further on. Otherwise, the email field might get set to required
96
# when an anonymous user visits, and then remain required when an
0 commit comments