From f4cdd2793592a142178e8f3922b5af11564041ca Mon Sep 17 00:00:00 2001 From: Manoj Kumar Date: Thu, 28 May 2026 15:26:38 +0530 Subject: [PATCH] fix label for gpudisplay --- ui/public/locales/en.json | 2 +- ui/src/components/offering/ComputeOfferingForm.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/public/locales/en.json b/ui/public/locales/en.json index 3a16d613f37a..862ee10a147b 100644 --- a/ui/public/locales/en.json +++ b/ui/public/locales/en.json @@ -1181,7 +1181,7 @@ "label.gpu.devices.delete": "Delete GPU Device", "label.gpu.devices.manage": "Manage GPU Device", "label.gpu.devices.unmanage": "Unmanage GPU Device", -"label.gpu.display": "GPU Display", +"label.gpudisplay": "GPU Display", "label.gpulimit": "GPU limits", "label.gpu.summary": "Summary", "label.gputotal": "GPU Total", diff --git a/ui/src/components/offering/ComputeOfferingForm.vue b/ui/src/components/offering/ComputeOfferingForm.vue index c621324f108e..0e293895f3fc 100644 --- a/ui/src/components/offering/ComputeOfferingForm.vue +++ b/ui/src/components/offering/ComputeOfferingForm.vue @@ -253,7 +253,7 @@