Update strings.

This commit is contained in:
Michelle Tang
2024-08-05 10:29:59 -04:00
committed by mtang-signal
parent aebaff736c
commit b46b04fcdf
2 changed files with 9 additions and 9 deletions

View File

@@ -73,7 +73,7 @@ class ChatsSettingsFragment : DSLSettingsFragment(R.string.preferences_chats__ch
)
switchPref(
title = DSLSettingsText.from(R.string.ChatsSettingsFragment__enter_key_sends),
title = DSLSettingsText.from(R.string.ChatsSettingsFragment__send_with_enter),
isChecked = state.enterKeySends,
onClick = {
viewModel.setEnterKeySends(!state.enterKeySends)