From 4a3af74121fbac16c4312905c6a4b624858d4a95 Mon Sep 17 00:00:00 2001 From: Manoj Kumar Date: Mon, 7 Sep 2026 22:21:48 +0530 Subject: [PATCH] fix label key for gpudisplay --- ui/public/locales/en.json | 2 +- ui/src/views/offering/AddComputeOffering.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/public/locales/en.json b/ui/public/locales/en.json index 338201e412f8..5eafe5c763d0 100644 --- a/ui/public/locales/en.json +++ b/ui/public/locales/en.json @@ -1152,7 +1152,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/views/offering/AddComputeOffering.vue b/ui/src/views/offering/AddComputeOffering.vue index dc4d5b188181..21424c88b237 100644 --- a/ui/src/views/offering/AddComputeOffering.vue +++ b/ui/src/views/offering/AddComputeOffering.vue @@ -293,7 +293,7 @@