Skip to content

Commit 1686cea

Browse files
committed
#164 renamed sections to section in breadcrumb for consistency, added cell to the dropdown for each label
1 parent 0d70618 commit 1686cea

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

webapp/components/definition/cellRules/NetPyNECellRules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ export default class NetPyNECellRules extends React.Component {
719719
>
720720
{this.createLabel('sections')}
721721
</Fab>
722-
<div style={{ textAlign: 'center', fontFamily: 'Source Sans Pro' }}>Sections</div>
722+
<div style={{ textAlign: 'center', fontFamily: 'Source Sans Pro' }}>Section</div>
723723
</div>
724724

725725
</Tooltip>

webapp/components/definition/cellRules/SelectCellTemplate.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,23 +64,23 @@ export default class NetPyNENewPlot extends React.Component {
6464
value={"Empty"}
6565
onClick={() => this.handleSelection("Empty")}
6666
>
67-
Empty
67+
Empty cell
6868
</MenuItem>
6969

7070
<MenuItem
7171
key={"Simple_HH"}
7272
value={"Simple_HH"}
7373
onClick={() => this.handleSelection("Simple_HH")}
7474
>
75-
Simple HH
75+
Simple HH cell
7676
</MenuItem>
7777

7878
<MenuItem
7979
key={"BallStick_HH"}
8080
value={"BallStick_HH"}
8181
onClick={() => this.handleSelection("BallStick_HH")}
8282
>
83-
Ball and stick HH
83+
Ball and stick HH cell
8484
</MenuItem>
8585

8686

@@ -89,7 +89,7 @@ export default class NetPyNENewPlot extends React.Component {
8989
value={"fromTemplate"}
9090
onClick={() => this.handleOpenTopbarDialog()}
9191
>
92-
Import cell template
92+
Import cell template from file ...
9393
</MenuItem>
9494

9595
</Menu>

0 commit comments

Comments
 (0)