Skip to content

Commit 863132d

Browse files
authored
fix: adjust copy for app conversation description (WPB-21442) (#4445)
1 parent a0ca1eb commit 863132d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/src/main/kotlin/com/wire/android/ui/home/conversations/details/options/GroupConversationOptions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ fun GroupConversationSettings(
148148
add {
149149
GroupConversationOptionsItem(
150150
title = stringResource(id = R.string.conversation_options_services_label),
151-
subtitle = stringResource(id = R.string.conversation_options_services_description),
151+
subtitle = stringResource(id = R.string.conversation_details_apps_description),
152152
switchState = SwitchState.TextOnly(value = state.isAppsAllowed),
153153
arrowType = if (state.isUpdatingAppsAllowed) ArrowType.TITLE_ALIGNED else ArrowType.NONE,
154154
clickable = Clickable(

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,7 @@
643643
<string name="conversation_options_guest_description">Turn this option ON to open this conversation to people outside your team, even if they don\'t have Wire.</string>
644644
<string name="conversation_options_guest_not_editable_description">You cannot disable the guest option in this conversation, since it has been created by someone from another team.</string>
645645
<string name="conversation_options_services_label">Apps</string>
646+
<string name="conversation_details_apps_description">When this is ON, you open this conversation to apps.</string>
646647
<string name="conversation_options_services_description">Turn this option ON to open this conversation to apps.</string>
647648
<string name="conversation_options_renamed">Conversation renamed</string>
648649
<string name="disable_guest_dialog_title">Disable guest access?</string>

0 commit comments

Comments
 (0)