Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

Commit

Permalink
Merge 3d3a5bc into 47ad2af
Browse files Browse the repository at this point in the history
  • Loading branch information
sewagodimo committed Aug 20, 2018
2 parents 47ad2af + 3d3a5bc commit 447fdb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molo/surveys/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ class MoloSurveyFormField(SkipLogicMixin, AdminLabelMixin,
blank=True,
help_text=_(
'Comma separated list of choices. Only applicable in checkboxes,'
'radio and dropdown. The full length of the choice list and the ',
'radio and dropdown. The full length of the choice list and the '
'commas that separate them are resctricted to 512 characters.')
)
field_type = models.CharField(
Expand Down

0 comments on commit 447fdb1

Please sign in to comment.