Skip to content

Commit 65e4b17

Browse files
committed
Fix strings
1 parent 44bd902 commit 65e4b17

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rocketpool-cli/service/config/settings-native-smartnode.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func (configPage *NativeSmartnodeConfigPage) createContent() {
3939
masterConfig := configPage.home.md.Config
4040
layout := newStandardLayout()
4141
configPage.layout = layout
42-
layout.createForm(&masterConfig.Smartnode.Network, "Smartnode and TX Fee Settings")
42+
layout.createForm(&masterConfig.Smartnode.Network, "Smart Node and TX Fee Settings")
4343
layout.setupEscapeReturnHomeHandler(configPage.home.md, configPage.home.homePage)
4444

4545
// Set up the form items

rocketpool-cli/service/config/settings-smartnode.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func (configPage *SmartnodeConfigPage) createContent() {
4646
masterConfig := configPage.home.md.Config
4747
layout := newStandardLayout()
4848
configPage.layout = layout
49-
layout.createForm(&masterConfig.Smartnode.Network, "Smartnode and TX Fee Settings")
49+
layout.createForm(&masterConfig.Smartnode.Network, "Smart Node and TX Fee Settings")
5050

5151
// Return to the home page after pressing Escape
5252
layout.form.SetInputCapture(func(event *tcell.EventKey) *tcell.EventKey {

0 commit comments

Comments
 (0)