adding in missing string reference for invite button

This commit is contained in:
Alex Yong 2025-08-06 18:43:08 -04:00 committed by GitHub
commit db9dace2fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -544,7 +544,7 @@ fun ChannelSideDrawer(
DropdownMenuItem(
text = { Text("Create invite") },
text = { Text(stringResource(R.string.channel_info_sheet_options_invite)) },
onClick = {
serverInList.id?.let { serverId ->
showInviteDialog = serverId
@ -1331,4 +1331,4 @@ fun DMOrGroupItem(
}
}
}
}
}