Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change: [M3-7505] – Update copy for Private IP add-on in Linode Create flow #9990

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Upcoming Features
---

Revised copy for Private IP add-on in Linode Create flow ([#9990](https://github.com/linode/manager/pull/9990))
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ export const AddonsPanel = React.memo((props: AddonsPanelProps) => {
data-testid="private-ip-contextual-copy"
variant="body1"
>
Use this for a backend node to a NodeBalancer. Use VPC instead for
private communication between your Linodes.
Use Private IP for a backend node to a NodeBalancer. Use VPC instead
for private communication between your Linodes.
</StyledTypography>
)}
</Paper>
Expand Down