Skip to content

Commit

Permalink
fix: updated user settings screen with correct copy for typing indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
gongracr committed Oct 2, 2023
1 parent 7884f76 commit 4313e1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ fun PrivacySettingsScreenContent(
title = stringResource(R.string.settings_show_typing_indicator_title),
switchState = SwitchState.Enabled(value = isTypingIndicatorEnabled, onCheckedChange = setTypingIndicatorState),
arrowType = ArrowType.NONE,
subtitle = stringResource(id = R.string.settings_send_read_receipts_description)
subtitle = stringResource(id = R.string.settings_show_typing_indicator_description)
)

AppLockItem(
Expand Down

0 comments on commit 4313e1c

Please sign in to comment.