diff --git a/src/mailmanweb/forms.py b/src/mailmanweb/forms.py index 28ba63f..0a4a025 100644 --- a/src/mailmanweb/forms.py +++ b/src/mailmanweb/forms.py @@ -362,7 +362,7 @@ required = True, choices = ( (True, _("Advertise this list in List Index")), - (False, _("Hide this list in Liste Index")), + (False, _("Hide this list in List Index")), )) filter_content = forms.BooleanField( widget = forms.RadioSelect(choices = choices), @@ -566,7 +566,7 @@ #personalize = forms.CharField( #label = _('Personalize'), #) - pipeline = forms.CharField( + posting_pipeline = forms.CharField( label = _('Pipeline'), ) post_id = forms.IntegerField(