This is an automated email from the ASF dual-hosted git repository.
DaanHoogland pushed a commit to branch 4.22
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.22 by this push:
new f725211250a fix label key for gpudisplay (#13272)
f725211250a is described below
commit f725211250a73f6d79943b88d2ddd15636021945
Author: Manoj Kumar <[email protected]>
AuthorDate: Tue Sep 8 16:09:37 2026 +0530
fix label key for gpudisplay (#13272)
---
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 338201e412f..5eafe5c763d 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 dc4d5b18818..21424c88b23 100644
--- a/ui/src/views/offering/AddComputeOffering.vue
+++ b/ui/src/views/offering/AddComputeOffering.vue
@@ -293,7 +293,7 @@
<a-col :md="12" :lg="12">
<a-form-item name="gpudisplay" ref="gpudisplay">
<template #label>
- <tooltip-label :title="$t('label.gpu.display')"
:tooltip="apiParams.gpudisplay.description"/>
+ <tooltip-label :title="$t('label.gpudisplay')"
:tooltip="apiParams.gpudisplay.description"/>
</template>
<a-switch v-model:checked="form.gpudisplay" />
</a-form-item>