We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c69fa1 commit c747da1Copy full SHA for c747da1
app/src/main/java/org/thoughtcrime/securesms/groups/compose/PromoteMembersScreen.kt
@@ -150,7 +150,7 @@ fun PromoteMembers(
150
.padding(horizontal = LocalDimensions.current.mediumSpacing)
151
.fillMaxWidth()
152
.wrapContentWidth(Alignment.CenterHorizontally),
153
- text = LocalResources.current.getString(if (!hasActiveMembers) R.string.noNonAdminsInGroup else R.string.adminCannotBeDemoted),
+ text = LocalResources.current.getString(if (!hasActiveMembers) R.string.noNonAdminsInGroup else R.string.membersGroupPromotionAcceptInvite),
154
textAlign = TextAlign.Center,
155
style = LocalType.current.base,
156
color = LocalColors.current.textSecondary
0 commit comments