Skip to content
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

Rename OCP bullet chart "unused capacity" label #3823

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion locales/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -3240,7 +3240,7 @@
"detailsUnusedRequestsLabel": [
{
"type": 0,
"value": "Unrequested capacity"
"value": "Unused requests"
}
],
"detailsUnusedUnits": [
Expand Down
2 changes: 1 addition & 1 deletion locales/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"detailsResourceNames": "{value, select, account {Account names} aws_category {Cost category names} cluster {Cluster names} cpu {CPU} gcp_project {GCP project names} group {Group} instance {Instance names} instance_type {Instance type} memory {Memory} name {Name} node {Node names} org_unit_id {Organizational unit names} os {OS} operating_system {Operating system} payer_tenant_id {Account names} product_service {Service names} project {Project names} region {Region names} resource_location {Region names} service {Service names} service_name {Service names} status {Status} subscription_guid {Account names} source_type {Integration} tag {Tag names} tags {Tags} tag_key {Tag keys} other {}}",
"detailsSummaryModalTitle": "{groupBy, select, account {{name} accounts} aws_category {{name} cost categories} cluster {{name} clusters} gcp_project {{name} GCP projects} node {{name} nodes} org_unit_id {{name} organizational units} payer_tenant_id {{name} accounts} product_service {{name} services} project {{name} projects} region {{name} regions} resource_location {{name} regions} service {{name} services} service_name {{name} services} subscription_guid {{name} accounts} tag {{name} tags} other {}}",
"detailsUnusedCapacityLabel": "Unused capacity",
"detailsUnusedRequestsLabel": "Unrequested capacity",
"detailsUnusedRequestsLabel": "Unused requests",
"detailsUnusedUnits": "{units} ({percentage}% of capacity)",
"detailsUsageCapacity": "Capacity - {value} {units}",
"detailsUsageLimit": "Limit - {value} {units}",
Expand Down
4 changes: 2 additions & 2 deletions src/locales/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1368,8 +1368,8 @@ export default defineMessages({
id: 'detailsUnusedCapacityLabel',
},
detailsUnusedRequestsLabel: {
defaultMessage: 'Unrequested capacity',
description: 'Unrequested capacity',
defaultMessage: 'Unused requests',
description: 'Unused requests',
id: 'detailsUnusedRequestsLabel',
},
detailsUnusedUnits: {
Expand Down