Skip to content

Commit 705ed8c

Browse files
authored
Merge pull request #4079 from dlabrecq/empty-state
Update text for EC2 empty state
2 parents f39f02a + 0faa739 commit 705ed8c

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
@@ -10985,7 +10985,7 @@
1098510985
"noInstancesDesc": [
1098610986
{
1098710987
"type": 0,
10988-
"value": "To view the cost of EC2 instances, label your resources with the following tag and key value pair in the AWS console."
10988+
"value": "To view the cost of EC2 instances, label your resources with the following tag key and value pair in the AWS console."
1098910989
}
1099010990
],
1099110991
"noInstancesMoreInfo": [

locales/translations.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414
"noDataStateRefresh": "Refresh this page",
415415
"noDataStateTitle": "Still processing the data",
416416
"noExportsStateTitle": "There are no export files available",
417-
"noInstancesDesc": "To view the cost of EC2 instances, label your resources with the following tag and key value pair in the AWS console.",
417+
"noInstancesDesc": "To view the cost of EC2 instances, label your resources with the following tag key and value pair in the AWS console.",
418418
"noInstancesMoreInfo": "For more information, {seeDocumentation}.",
419419
"noInstancesTitle": "View cost of EC2 instances",
420420
"noMappedTags": "No mapped tags",

src/locales/messages.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2646,9 +2646,9 @@ export default defineMessages({
26462646
},
26472647
noInstancesDesc: {
26482648
defaultMessage:
2649-
'To view the cost of EC2 instances, label your resources with the following tag and key value pair in the AWS console.',
2649+
'To view the cost of EC2 instances, label your resources with the following tag key and value pair in the AWS console.',
26502650
description:
2651-
'To view the cost of EC2 instances, label your resources with the following tag and key value pair in the AWS console.',
2651+
'To view the cost of EC2 instances, label your resources with the following tag key and value pair in the AWS console.',
26522652
id: 'noInstancesDesc',
26532653
},
26542654
noInstancesMoreInfo: {

0 commit comments

Comments
 (0)