Skip to content

Commit 1dca37c

Browse files
chore(app): fix bad wording (#597)
1 parent 95e93d1 commit 1dca37c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/src/main/res/values/strings.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
<!-- Tokens: color -->
5353
<string name="app_tokens_color_label">Color</string>
54-
<string name="app_tokens_color_description_text">Colour reinforces our brand identity and ensures consistency across all product experiences. The semantic tokens described are the onse you should use when building a mobile app.</string>
54+
<string name="app_tokens_color_description_text">Colour reinforces our brand identity and ensures consistency across all product experiences. The semantic tokens described are the ones you should use when building a mobile app.</string>
5555
<string name="app_tokens_color_action_label" translatable="false">Action</string>
5656
<string name="app_tokens_color_always_label" translatable="false">Always</string>
5757
<string name="app_tokens_color_background_label" translatable="false">Background</string>
@@ -125,7 +125,7 @@
125125

126126
<!-- Components: checkbox -->
127127
<string name="app_components_checkbox_label">Checkbox</string>
128-
<string name="app_components_checkbox_description_text">Checkboxes allows users to select one or multiple options from a list, toggle settings on or off, or confirm an action.</string>
128+
<string name="app_components_checkbox_description_text">Checkboxes allow users to select one or multiple options from a list, toggle settings on or off, or confirm an action.</string>
129129
<string name="app_components_checkbox_checkbox_label">Checkbox</string>
130130
<string name="app_components_checkbox_checkboxItem_label">Checkbox item</string>
131131
<string name="app_components_checkbox_indeterminateCheckbox_label">Indeterminate checkbox</string>
@@ -153,15 +153,15 @@
153153

154154
<!-- Components: radio button -->
155155
<string name="app_components_radioButton_label">Radio button</string>
156-
<string name="app_components_radioButton_description_text">A radio button allows users to select a single option from a set of mutually exclusive choices, typically displayed as a circular input with a label that becomes filled when selected.</string>
156+
<string name="app_components_radioButton_description_text">Radio buttons allow users to select a single option from a set of mutually exclusive choices, typically displayed as a circular input with a label that becomes filled when selected.</string>
157157
<string name="app_components_radioButton_radioButton_label">Radio button</string>
158158
<string name="app_components_radioButton_radioButtonItem_label">Radio button item</string>
159159
<string name="app_components_radioButton_radioButtonItem_outlined_label">Outlined</string>
160160
<string name="app_components_radioButton_radioButtonItem_additionalLabel_label">Additional label</string>
161161

162162
<!-- Components: switch -->
163163
<string name="app_components_switch_label">Switch</string>
164-
<string name="app_components_switch_description_text">A switch allows the user to toggle between two states, typically "on" and "off." It is often represented as a button or a slider that changes position or color to indicate the current state. Switches are used to enable or disable features, options, or settings in an intuitive and visual manner.</string>
164+
<string name="app_components_switch_description_text">Switches allow users to toggle between two states, typically "on" and "off." It is often represented as a button or a slider that changes position or color to indicate the current state. Switches are used to enable or disable features, options, or settings in an intuitive and visual manner.</string>
165165
<string name="app_components_switch_switch_label">Switch</string>
166166
<string name="app_components_switch_switchItem_label">Switch item</string>
167167

0 commit comments

Comments
 (0)