Skip to content

Commit 4415944

Browse files
committed
Update wording key
1 parent 200ee14 commit 4415944

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/java/com/orange/ouds/app/ui/components/bulletlist/BulletListDemoScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
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>

0 commit comments

Comments
 (0)