Skip to content

Commit

Permalink
Replace 'Signal Message' with 'Message'
Browse files Browse the repository at this point in the history
Co-authored-by: Green Sheep <[email protected]>

Closes #283
  • Loading branch information
valldrac committed Mar 14, 2024
1 parent 61c4f1a commit 801a426
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ sealed class MessageSendType(
@Parcelize
object SignalMessageSendType : MessageSendType(
titleRes = R.string.ConversationActivity_send_message_content_description,
composeHintRes = R.string.conversation_activity__type_message_push,
composeHintRes = R.string.NewConversationActivity__message,
buttonDrawableRes = R.drawable.ic_send_lock_24,
menuDrawableRes = R.drawable.ic_secure_24,
backgroundColorRes = R.color.core_ultramarine,
Expand Down

0 comments on commit 801a426

Please sign in to comment.