mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 18:26:57 +00:00
Update strings.
This commit is contained in:
committed by
mtang-signal
parent
aebaff736c
commit
b46b04fcdf
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user