android, desktop: rename chat with member button (#5907)

This commit is contained in:
spaced4ndy
2025-05-14 06:44:21 +00:00
committed by GitHub
parent 94eb43eb50
commit 22b022149c
2 changed files with 3 additions and 2 deletions
@@ -308,7 +308,7 @@ fun GroupMemberInfoLayout(
SettingsActionItem(
painterResource(MR.images.ic_flag),
stringResource(MR.strings.button_support_chat),
stringResource(MR.strings.button_support_chat_member),
click = {
val scopeInfo = GroupChatScopeInfo.MemberSupport(groupMember_ = member)
val supportChatInfo = ChatInfo.Group(groupInfo, groupChatScope = scopeInfo)
@@ -1733,6 +1733,7 @@
<string name="send_receipts_disabled_alert_title">Receipts are disabled</string>
<string name="send_receipts_disabled_alert_msg">This group has over %1$d members, delivery receipts are not sent.</string>
<string name="action_button_add_members">Invite</string>
<string name="button_support_chat">Chat with admins</string>
<!-- Chat / Chat item info -->
<string name="section_title_for_console">FOR CONSOLE</string>
@@ -1769,7 +1770,7 @@
<string name="button_remove_member_question">Remove member?</string>
<string name="button_remove_members_question">Remove members?</string>
<string name="button_remove_member">Remove member</string>
<string name="button_support_chat">Chat with admins</string>
<string name="button_support_chat_member">Chat with member</string>
<string name="button_send_direct_message">Send direct message</string>
<string name="member_will_be_removed_from_group_cannot_be_undone">Member will be removed from group - this cannot be undone!</string>
<string name="members_will_be_removed_from_group_cannot_be_undone">Members will be removed from group - this cannot be undone!</string>