Skip to content

Commit

Permalink
Fix capitalization in basic editor (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass authored Dec 23, 2024
1 parent 4bd8e2a commit 9d2822d
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 @@ -976,7 +976,7 @@ def __init__(self, title="Cell transform"):
ipw.VBox(
[
ipw.HTML(
"<b>Cell Transformation:</b>",
"<b>Cell transformation:</b>",
layout={"margin": "20px 0px 10px 0px"},
),
self.cell_transformation,
Expand Down

0 comments on commit 9d2822d

Please sign in to comment.