Skip to content

Commit

Permalink
[#530] Review: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
florentmaitre authored and paulinea committed Aug 11, 2023
1 parent 306f11d commit b0a6e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ fun ComponentButtons(variant: Variant) {
)

OdsListItem(
text = stringResource(id = R.string.component_buttons_text_toogle_group_same_weight),
text = stringResource(id = R.string.component_buttons_text_toggle_group_same_weight),
trailing = OdsSwitchTrailing(checked = sameItemsWeight)
)
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<string name="component_buttons_medium_emphasis">Medium emphasis buttons</string>
<string name="component_buttons_low_emphasis">Low emphasis buttons</string>
<string name="component_buttons_functional">Functional buttons</string>
<string name="component_buttons_text_toogle_group_same_weight">Same items weight</string>
<string name="component_buttons_text_toggle_group_same_weight">Same items weight</string>

<string name="component_button_full_screen_width">Full screen width</string>
<string name="component_button_style_primary">Primary</string>
Expand Down

0 comments on commit b0a6e01

Please sign in to comment.