Skip to content

Commit c8a6eb8

Browse files
authored
fix: use same wording for button labels to create instances (#174)
The button for GPU instances has a "Create a GPU Instance" label while the button for confidential VMs reads "Create Confidential". Harmonized the two.
1 parent 46b5259 commit c8a6eb8

File tree

1 file changed

+1
-1
lines changed
  • src/components/pages/console/confidential/ConfidentialDashboardPage

1 file changed

+1
-1
lines changed

src/components/pages/console/confidential/ConfidentialDashboardPage/cmp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function ConfidentialDashboardPage() {
3434
title="Confidential Instance"
3535
description="Protect your sensitive workloads with our Confidential VMs. Designed for maximum privacy and security, ensuring your execution and data stays safe."
3636
buttonUrl="/console/computing/confidential/new"
37-
buttonText="Create Confidential"
37+
buttonText="Create a Confidential Instance"
3838
externalLinkText="Developer docs"
3939
externalLinkUrl={NAVIGATION_URLS.docs.confidentials}
4040
/>

0 commit comments

Comments
 (0)