Copilot commented on code in PR #12196:
URL: https://github.com/apache/cloudstack/pull/12196#discussion_r2591948912
##########
ui/public/locales/en.json:
##########
@@ -44,6 +44,7 @@
"label.accounttype": "Account type",
"label.acl.export": "Export ACL rules",
"label.acl.id": "ACL ID",
+"label.aclname": "ACL Name",
Review Comment:
The translation key `label.aclname` is added only to `en.json`, but it
should also be added to other locale files for consistency. Other major locale
files like `zh_CN.json`, `ja_JP.json`, `de_DE.json`, `fr_FR.json`, etc., are
missing this translation.
Additionally, the existing code in `InfoCard.vue` (line 586) and
`VpcTiersTab.vue` (line 53) still uses `$t('label.aclid')` as the label while
displaying the `aclname` value. These should be updated to use
`$t('label.aclname')` to properly fix the label mismatch issue shown in the PR
description.
--
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]