File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
java/com/orange/ouds/app/ui/components/bulletlist Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ private fun BulletListDemoBottomSheetContent(state: BulletListDemoState) {
7676 onSelectionChange = { unorderedIcon = unorderedIcons[it] }
7777 )
7878 CustomizationSwitchItem (
79- label = stringResource(R .string.app_components_bulletList_brandColor_label ),
79+ label = stringResource(R .string.app_components_bulletList_unorderedIconBrandColor_label ),
8080 checked = brandColorIcon,
8181 onCheckedChange = { brandColorIcon = it },
8282 )
Original file line number Diff line number Diff line change 167167 <string name =" app_components_bulletList_textStyle_label" translatable =" false" >Text style</string >
168168 <string name =" app_components_bulletList_bold_label" translatable =" false" >Bold</string >
169169 <string name =" app_components_bulletList_unorderedIcon_label" translatable =" false" >Unordered icon</string >
170- <string name =" app_components_bulletList_brandColor_label " translatable =" false" >Brand color icon</string >
170+ <string name =" app_components_bulletList_unorderedIconBrandColor_label " translatable =" false" >Brand color icon</string >
171171 <string name =" app_components_bulletList_levelCount_label" translatable =" false" >Level count</string >
172172 <string name =" app_components_bulletList_oneLevel_label" translatable =" false" >One</string >
173173 <string name =" app_components_bulletList_twoLevels_label" translatable =" false" >Two</string >
You can’t perform that action at this time.
0 commit comments