Skip to content

Commit

Permalink
Update structure manager editor title casing (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass authored Dec 28, 2024
1 parent 9d2822d commit f05a6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiidalab_widgets_base/structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def __init__(
structure_editors = ipw.VBox([btn_undo, structure_editors])
accordion = ipw.Accordion([structure_editors])
accordion.selected_index = None
accordion.set_title(0, "Edit Structure")
accordion.set_title(0, "Edit structure")
children += [accordion]

super().__init__(children=[*children, self.output], **kwargs)
Expand Down

0 comments on commit f05a6d4

Please sign in to comment.