carbon-react 127.0.2 → 127.0.3
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.
- package/esm/locales/en-gb.js +2 -2
- package/lib/locales/en-gb.js +2 -2
- package/package.json +1 -1
package/esm/locales/en-gb.js
CHANGED
|
@@ -11,7 +11,7 @@ const enGB = {
|
|
|
11
11
|
},
|
|
12
12
|
advancedColorPicker: {
|
|
13
13
|
ariaLabel: () => "Change colour",
|
|
14
|
-
currentColorDescriptionTerm: () => "Current
|
|
14
|
+
currentColorDescriptionTerm: () => "Current colour assigned: ",
|
|
15
15
|
currentColorAssigned: currentColor => currentColor
|
|
16
16
|
},
|
|
17
17
|
batchSelection: {
|
|
@@ -126,7 +126,7 @@ const enGB = {
|
|
|
126
126
|
},
|
|
127
127
|
password: {
|
|
128
128
|
ariaLiveShownMessage: () => "Your password has been shown. Focus on the password input to have it read to you, if it is safe to do so.",
|
|
129
|
-
ariaLiveHiddenMessage: () => "Your
|
|
129
|
+
ariaLiveHiddenMessage: () => "Your password is currently hidden."
|
|
130
130
|
},
|
|
131
131
|
progressTracker: {
|
|
132
132
|
of: () => "of"
|
package/lib/locales/en-gb.js
CHANGED
|
@@ -17,7 +17,7 @@ const enGB = {
|
|
|
17
17
|
},
|
|
18
18
|
advancedColorPicker: {
|
|
19
19
|
ariaLabel: () => "Change colour",
|
|
20
|
-
currentColorDescriptionTerm: () => "Current
|
|
20
|
+
currentColorDescriptionTerm: () => "Current colour assigned: ",
|
|
21
21
|
currentColorAssigned: currentColor => currentColor
|
|
22
22
|
},
|
|
23
23
|
batchSelection: {
|
|
@@ -132,7 +132,7 @@ const enGB = {
|
|
|
132
132
|
},
|
|
133
133
|
password: {
|
|
134
134
|
ariaLiveShownMessage: () => "Your password has been shown. Focus on the password input to have it read to you, if it is safe to do so.",
|
|
135
|
-
ariaLiveHiddenMessage: () => "Your
|
|
135
|
+
ariaLiveHiddenMessage: () => "Your password is currently hidden."
|
|
136
136
|
},
|
|
137
137
|
progressTracker: {
|
|
138
138
|
of: () => "of"
|