mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-15 03:46:23 +00:00
android, desktop: rename chat with member button (#5907)
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user