diff --git a/ui/public/locales/en.json b/ui/public/locales/en.json index c64ae4d7849..8ff192ea77c 100644 --- a/ui/public/locales/en.json +++ b/ui/public/locales/en.json @@ -1195,7 +1195,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 c621324f108..0e293895f3f 100644 --- a/ui/src/components/offering/ComputeOfferingForm.vue +++ b/ui/src/components/offering/ComputeOfferingForm.vue @@ -253,7 +253,7 @@