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
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-9366-fixed-1688578241873.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Fixed
---

Volume empty state misspelling of NVMe ([#9366](https://github.com/linode/manager/pull/9366))
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import type {
export const headers: ResourcesHeaders = {
description:
'Attach scalable, fault-tolerant, and performant block storage volumes to your Linode Compute Instances or Kubernetes Clusters.',
subtitle: 'NVM block storage service',
subtitle: 'NVMe block storage service',
title: 'Volumes',
};

Expand Down