From 527a7e0136e7e9db644ef146729e1b095f8e1939 Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:20:47 +0400 Subject: [PATCH] fix roles toggle texts --- .../views/usersettings/networkAndServers/OperatorView.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/usersettings/networkAndServers/OperatorView.kt b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/usersettings/networkAndServers/OperatorView.kt index 4cf92d7c3a..7855afc97b 100644 --- a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/usersettings/networkAndServers/OperatorView.kt +++ b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/usersettings/networkAndServers/OperatorView.kt @@ -287,10 +287,10 @@ fun OperatorViewLayout( if (userServers.value[operatorIndex].xftpServers.any { !it.deleted }) { SectionDividerSpaced() - SectionView(generalGetString(MR.strings.operator_use_for_sending).uppercase()) { + SectionView(generalGetString(MR.strings.operator_use_for_files).uppercase()) { SectionItemView(padding = PaddingValues(horizontal = DEFAULT_PADDING)) { Text( - stringResource(MR.strings.operator_use_for_files), + stringResource(MR.strings.operator_use_for_sending), Modifier.padding(end = 24.dp), color = Color.Unspecified )