Skip to content

Commit 6f474b3

Browse files
committed
[CheckBox] Fix a11y announcement for indeterminate state.
PiperOrigin-RevId: 467726106
1 parent b3acd17 commit 6f474b3

File tree

1 file changed

+1
-1
lines changed
  • lib/java/com/google/android/material/checkbox/res/values

1 file changed

+1
-1
lines changed

lib/java/com/google/android/material/checkbox/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
Not checked
2727
</string>
2828
<string name="mtrl_checkbox_state_description_indeterminate" description="Description for when checkbox is indeterminate. [CHAR LIMIT=32]">
29-
Indeterminate
29+
Partially checked
3030
</string>
3131

3232
<!-- Drawables strings. -->

0 commit comments

Comments
 (0)