Skip to content

Commit 370cc61

Browse files
authored
Merge pull request #3979 from dlabrecq/overhead
Modified overhead label to read "Includes overhead"
2 parents d7beb8f + 76a7928 commit 370cc61

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

locales/data.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11337,7 +11337,7 @@
1133711337
"overhead": [
1133811338
{
1133911339
"type": 0,
11340-
"value": "Overhead"
11340+
"value": "Includes overhead"
1134111341
}
1134211342
],
1134311343
"overheadDesc": [

locales/translations.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@
468468
"openShiftCloudInfrastructureDesc": "Infrastructure cost attributed to OpenShift Container Platform, based on a subset of cloud cost data.",
469469
"openShiftDesc": "Total cost for OpenShift Container Platform, comprising the infrastructure cost and cost calculated from metrics.",
470470
"optimizations": "Optimizations",
471-
"overhead": "Overhead",
471+
"overhead": "Includes overhead",
472472
"overheadDesc": "Includes distributed costs {value}",
473473
"overviewInfoArialLabel": "A description of perspectives",
474474
"overviewInfoButtonArialLabel": "A dialog with a description of perspectives",

src/locales/messages.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2931,8 +2931,8 @@ export default defineMessages({
29312931
id: 'optimizations',
29322932
},
29332933
overhead: {
2934-
defaultMessage: 'Overhead',
2935-
description: 'Overhead',
2934+
defaultMessage: 'Includes overhead',
2935+
description: 'Includes overhead',
29362936
id: 'overhead',
29372937
},
29382938
overheadDesc: {

0 commit comments

Comments
 (0)