Skip to content

Commit

Permalink
fix: [M3-7092] - Typo in NodeBalancer landing table column header (#9648
Browse files Browse the repository at this point in the history
)

* Correct typo

* Added changeset: Typo in NodeBalancer landing table column header
  • Loading branch information
mjac0bs authored Sep 8, 2023
1 parent 69a4d5b commit 2e862af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-9648-fixed-1694120022815.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Fixed
---

Typo in NodeBalancer landing table column header ([#9648](https://github.com/linode/manager/pull/9648))
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const NodeBalancersLanding = () => {
<TableCell>Backend Status</TableCell>
</Hidden>
<Hidden mdDown>
<TableCell>Transfered</TableCell>
<TableCell>Transferred</TableCell>
<TableCell>Ports</TableCell>
</Hidden>
<TableCell>IP Address</TableCell>
Expand Down

0 comments on commit 2e862af

Please sign in to comment.