Skip to content
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
---

Updated VPC-related copy for Reboot Needed tooltip ([#9966](https://github.com/linode/manager/pull/9966))
2 changes: 1 addition & 1 deletion packages/manager/src/features/VPCs/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const VPC_FEEDBACK_FORM_URL =
'https://docs.google.com/forms/d/e/1FAIpQLScvWbTupCNsBF5cz5YEsv5oErHM4ONBZodDYi8KuOgC8fyfag/viewform';

export const VPC_REBOOT_MESSAGE =
'The VPC configuration has been updated and the Linode needs to be rebooted.';
'The VPC configuration has been updated. Reboot the Linode to reflect configuration changes.';

export const NETWORK_INTERFACES_GUIDE_URL =
'https://www.linode.com/docs/products/compute/compute-instances/guides/configuration-profiles/';
Expand Down