diff --git a/piker/ui/_forms.py b/piker/ui/_forms.py index f6825ca2..3e016fc5 100644 --- a/piker/ui/_forms.py +++ b/piker/ui/_forms.py @@ -644,6 +644,7 @@ def mk_order_pane_layout( parent=parent, fields_schema={ 'account': { + 'label': '**account**:', 'type': 'select', 'default_value': accounts.keys(), },