Skip to content

Commit 3e6424f

Browse files
committed
Updated strings for app disguise
1 parent 62287c3 commit 3e6424f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/java/org/thoughtcrime/securesms/preferences/appearance/AppDisguiseSettings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ private fun AppDisguiseSettings(
151151
}
152152

153153
Text(
154-
stringResource(R.string.appIconAndNameDescription),
154+
stringResource(R.string.appIconAndNameSelectionDescription),
155155
modifier = Modifier
156156
.fillMaxWidth()
157157
.padding(top = LocalDimensions.current.smallSpacing),

app/src/main/res/layout/activity_appearance_settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@
409409
app:drawableEndCompat="@drawable/ic_chevron_right"
410410
app:drawableTint="?android:textColorPrimary"
411411
android:layout_gravity="center_vertical"
412-
android:text="@string/appIconSelect"
412+
android:text="@string/selectAppIcon"
413413
android:layout_width="match_parent"
414414
android:layout_height="wrap_content" />
415415

0 commit comments

Comments
 (0)