adding in missing string reference from invite button

Signed-off-by: Alex Yong <alexjyong@gmail.com>
This commit is contained in:
Alex Yong 2025-08-06 18:24:26 -04:00 committed by GitHub
parent 976d8c09e8
commit a46a483808
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(
}
}
}
}
}