trivial: adjust post condition "condition" label (#24639) #916

Merged
fpeters merged 1 commits from wip/24639-post-condition-condition-label into main 2023-12-15 09:22:18 +01:00
1 changed files with 5 additions and 1 deletions

View File

@ -35,7 +35,11 @@ class PostConditionsRowWidget(CompositeWidget):
if not value:
value = {}
self.add(
ConditionWidget, name='condition', title=_('Condition'), value=value.get('condition'), size=50
ConditionWidget,
name='condition',
title=_('Condition that must be met'),
value=value.get('condition'),
size=50,
)
self.add(
StringWidget,