-
Notifications
You must be signed in to change notification settings - Fork 1.2k
polish: Fix some inconsistencies in object names and messages #10856
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 4.20
Are you sure you want to change the base?
Conversation
…ue and AclRulesTab.vue
…ister user data form.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 4.20 #10856 +/- ##
=============================================
- Coverage 16.13% 4.00% -12.13%
=============================================
Files 5652 400 -5252
Lines 497021 32555 -464466
Branches 60222 5770 -54452
=============================================
- Hits 80202 1305 -78897
+ Misses 407885 31101 -376784
+ Partials 8934 149 -8785
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
"label.add.intermediate.certificate": "Add intermediate certificate", | ||
"label.add.host": "Add Host", | ||
"label.add.ingress.rule": "Add Ingress rule", | ||
"label.add.intermediate.certifrcate": "Add intermediate certificate", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"label.add.intermediate.certifrcate": "Add intermediate certificate", | |
"label.add.intermediate.certificate": "Add intermediate certificate", |
"label.userdataname": "User data name", | ||
"label.userdatadetails": "User data details", | ||
"label.userdataparams": "User data parameters", | ||
"label.userdatapolicy": "User data link policy", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update label keys as well -label.user.data.id|name|details|...
Description
This PR fixes some inconsistencies in object names and messages.
doc pr : apache/cloudstack-documentation#506
ACL Lists
Before:




After:
Before:
After:
User data
Before:




After:
Before:
After:
Use Title Case in main menu and create new * buttons
List of all changes done:
TitleCase.txt
Before:


After:
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?