Skip to content

Commit

Permalink
Update info text based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mavidser committed Dec 14, 2020
1 parent a7fa166 commit c832566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql_grader/mixins/grading.py
Expand Up @@ -179,7 +179,7 @@ class XBlockDataMixin:
)
answer_query = String(
display_name=_('Answer Query'),
help=_('The correct response SQL statement(s)'),
help=_('A correct SQL response'),
default='',
scope=Scope.content,
multiline_editor=True,
Expand Down

0 comments on commit c832566

Please sign in to comment.