Skip to content

Commit c747da1

Browse files
authored
Changed wrong string in Promote member screen (#1791)
1 parent 8c69fa1 commit c747da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/thoughtcrime/securesms/groups/compose/PromoteMembersScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ fun PromoteMembers(
150150
.padding(horizontal = LocalDimensions.current.mediumSpacing)
151151
.fillMaxWidth()
152152
.wrapContentWidth(Alignment.CenterHorizontally),
153-
text = LocalResources.current.getString(if (!hasActiveMembers) R.string.noNonAdminsInGroup else R.string.adminCannotBeDemoted),
153+
text = LocalResources.current.getString(if (!hasActiveMembers) R.string.noNonAdminsInGroup else R.string.membersGroupPromotionAcceptInvite),
154154
textAlign = TextAlign.Center,
155155
style = LocalType.current.base,
156156
color = LocalColors.current.textSecondary

0 commit comments

Comments
 (0)