diff --git a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/group/GroupMemberInfoView.kt b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/group/GroupMemberInfoView.kt
index af15a9ee93..00b236c7dd 100644
--- a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/group/GroupMemberInfoView.kt
+++ b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/group/GroupMemberInfoView.kt
@@ -492,9 +492,9 @@ private fun updateMemberRoleDialog(
AlertManager.shared.showAlertDialog(
title = generalGetString(MR.strings.change_member_role_question),
text = if (member.memberCurrent)
- String.format(generalGetString(MR.strings.member_role_will_be_changed_with_notification).replace("\\", ""), newRole.text)
+ String.format(generalGetString(MR.strings.member_role_will_be_changed_with_notification), newRole.text)
else
- String.format(generalGetString(MR.strings.member_role_will_be_changed_with_invitation).replace("\\", ""), newRole.text),
+ String.format(generalGetString(MR.strings.member_role_will_be_changed_with_invitation), newRole.text),
confirmText = generalGetString(MR.strings.change_verb),
onDismiss = onDismiss,
onConfirm = onConfirm,
diff --git a/apps/multiplatform/common/src/commonMain/resources/MR/base/strings.xml b/apps/multiplatform/common/src/commonMain/resources/MR/base/strings.xml
index 22f5d2fbec..e180f25392 100644
--- a/apps/multiplatform/common/src/commonMain/resources/MR/base/strings.xml
+++ b/apps/multiplatform/common/src/commonMain/resources/MR/base/strings.xml
@@ -1291,8 +1291,8 @@
Change
Switch
Change group role?
- The role will be changed to \"%s\". Everyone in the group will be notified.
- The role will be changed to \"%s\". The member will receive a new invitation.
+ The role will be changed to %s. Everyone in the group will be notified.
+ The role will be changed to %s. The member will receive a new invitation.
Connect directly?
Сonnection request will be sent to this group member.
Error removing member