adding in missing string reference for invite button
This commit is contained in:
commit
db9dace2fe
|
|
@ -544,7 +544,7 @@ fun ChannelSideDrawer(
|
||||||
|
|
||||||
|
|
||||||
DropdownMenuItem(
|
DropdownMenuItem(
|
||||||
text = { Text("Create invite") },
|
text = { Text(stringResource(R.string.channel_info_sheet_options_invite)) },
|
||||||
onClick = {
|
onClick = {
|
||||||
serverInList.id?.let { serverId ->
|
serverInList.id?.let { serverId ->
|
||||||
showInviteDialog = serverId
|
showInviteDialog = serverId
|
||||||
|
|
@ -1331,4 +1331,4 @@ fun DMOrGroupItem(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue