Visual fix

This commit is contained in:
Stephan Porada 2020-04-21 10:41:08 +02:00
parent a3c049c4ed
commit c7f7036306

View File

@ -86,7 +86,7 @@ class DisplayOptionsForm(FlaskForm):
class InspectDisplayOptionsForm(FlaskForm):
expert_mode_inspect = BooleanField('Expert mode')
highlight_sentences = BooleanField('Highlight sentences')
highlight_sentences = BooleanField('Split sentences')
context_sentences = IntegerField('Context sentences',
validators=[NumberRange(min=0, max=10)],
default=3)