Update max limit string.

This commit is contained in:
Michelle Tang 2024-06-06 12:40:39 -07:00 committed by Alex Hart
parent 13dd59f226
commit 98290a9fa3
2 changed files with 3 additions and 2 deletions

View file

@ -231,7 +231,7 @@ class MultiselectForwardFragment :
val message: Int = when (it) {
ContactSearchError.CONTACT_NOT_SELECTABLE -> R.string.MultiselectForwardFragment__only_admins_can_send_messages_to_this_group
ContactSearchError.RECOMMENDED_LIMIT_REACHED -> R.string.ContactSelectionListFragment_recommended_member_limit_reached
ContactSearchError.HARD_LIMIT_REACHED -> R.string.MultiselectForwardFragment__limit_reached
ContactSearchError.HARD_LIMIT_REACHED -> R.string.MultiselectForwardFragment__you_cant_select_more_chats
}
Toast.makeText(requireContext(), message, Toast.LENGTH_SHORT).show()

View file

@ -5137,7 +5137,8 @@
</plurals>
<!-- Error message shown when attempting to select a group to forward/share but it\'s announcement only and you are not an admin -->
<string name="MultiselectForwardFragment__only_admins_can_send_messages_to_this_group">Only admins can send messages to this group.</string>
<string name="MultiselectForwardFragment__limit_reached">Limit reached</string>
<!-- Error message shown when users try to choose more than 5 chats to send a message to -->
<string name="MultiselectForwardFragment__you_cant_select_more_chats">You can\'t select more than 5 chats</string>
<!-- Media V2 -->
<!-- Dialog message when sending a story via an add to group story button -->