Skip to content

Commit

Permalink
chore(launchpad): typo fix, use program
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandSherwin committed Jun 2, 2024
1 parent 5114e09 commit 69981da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions node-launchpad/src/components/beta_programme.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ impl Component for BetaProgramme {
let pop_up_border = Paragraph::new("").block(
Block::default()
.borders(Borders::ALL)
.title("Beta Rewards Programme")
.title("Beta Rewards Program")
.title_style(Style::new().fg(VIVID_SKY_BLUE))
.padding(Padding::uniform(2))
.border_style(Style::new().fg(VIVID_SKY_BLUE)),
Expand Down Expand Up @@ -328,7 +328,7 @@ impl Component for BetaProgramme {
)
.split(layer_one[1]);

let text = Paragraph::new(" Terms and conditions not accepted\n Beta Rewards Programme entry not approved\n You can still run nodes on the network, but\n you will not be part of the Beta Rewards\n Programme.\n");
let text = Paragraph::new(" Terms and conditions not accepted\n Beta Rewards Program entry not approved\n You can still run nodes on the network, but\n you will not be part of the Beta Rewards\n Program.\n");
f.render_widget(text.fg(GHOST_WHITE), layer_two[0]);

let dash = Block::new()
Expand Down
2 changes: 1 addition & 1 deletion node-launchpad/src/components/footer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ impl Component for Footer {
Span::styled("Manage Nodes ", Style::default().fg(EUCALYPTUS)),
Span::styled("[Ctrl+B] ", Style::default().fg(GHOST_WHITE)),
Span::styled(
"Beta Rewards Programmes ",
"Beta Rewards Program ",
Style::default().fg(VERY_LIGHT_AZURE),
),
Span::styled("[Q] ", Style::default().fg(GHOST_WHITE)),
Expand Down

0 comments on commit 69981da

Please sign in to comment.