Copilot commented on code in PR #13272: URL: https://github.com/apache/cloudstack/pull/13272#discussion_r3951578090
########## 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", Review Comment: The change renames the i18n key from `label.gpu.display` to `label.gpudisplay`. This file already keeps both the namespaced and API-param variants for similar GPU labels (e.g. `label.gpu.count` + `label.gpucount`, `label.gpu.enabled` + `label.gpuenabled`), so removing the old key is an avoidable compatibility break for any existing references/custom locale overrides. Consider keeping `label.gpu.display` as an alias alongside the new key. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
