@ieeesa-npm/groups 0.10.0 → 0.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -67,6 +67,8 @@
67
67
  "heading": "New Group",
68
68
  "label": {
69
69
  "parentGroup": "Parent Group",
70
+ "changeParentGroup": "Change Parent Group",
71
+ "newParentGroup": "New Parent Group",
70
72
  "groupType": "Group Type",
71
73
  "groupName": "Group Name",
72
74
  "shortName": "Group Short Name",
@@ -75,12 +77,17 @@
75
77
  "leftButtonLabel": "Cancel",
76
78
  "ariaLabel": {
77
79
  "parentGroup": "Parent Group",
80
+ "changeParentGroup": "Change Parent Group",
81
+ "newParentGroup": "New Parent Group",
78
82
  "groupType": "Group type required.",
79
83
  "groupName": "Group name required.",
80
84
  "shortName": "Group short name required.",
81
85
  "groupScope": "Group scope."
82
86
  },
83
87
  "ariaDescribedById": {
88
+ "parentGroup": "ariaParentGroup",
89
+ "changeParentGroup": "ariaChangeParentGroup",
90
+ "newParentGroup": "ariaNewParentGroup",
84
91
  "groupType": "ariaGroupType",
85
92
  "groupName": "ariaGroupName",
86
93
  "shortName": "ariaShortName",
@@ -112,6 +119,7 @@
112
119
  }
113
120
  },
114
121
  "supportText": {
122
+ "newParentGroup": "Choose a group acronym from the available list.",
115
123
  "groupType": "Choose a group type from the available list.",
116
124
  "groupName": "Enter the name of the group.",
117
125
  "shortName": "Enter the abbreviation of the group.",