Skip to content

Commit ce761d2

Browse files
feat: [UIE-9785] - typo in NodeBalancer Settings tooltip (linode#13186)
* feat: [UIE-9785] - typo in NodeBalancer Settings tooltip * Added changeset: Typo in NodeBalancer Settings tooltip
1 parent a9cd890 commit ce761d2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@linode/manager": Fixed
3+
---
4+
5+
Typo in NodeBalancer Settings tooltip ([#13186](https://github.com/linode/manager/pull/13186))

packages/manager/src/features/NodeBalancers/NodeBalancerDetail/NodeBalancerFirewalls.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export const NodeBalancerFirewalls = (props: Props) => {
119119
to: '/nodebalancers/$id/settings/add-firewall',
120120
})
121121
}
122-
tooltipText="NodeBalanacers can only have one Firewall assigned."
122+
tooltipText="NodeBalancers can only have one Firewall assigned."
123123
>
124124
Add Firewall
125125
</Button>

0 commit comments

Comments
 (0)