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 @@