Fix wording in room invite members view: Send -> Invite #2037
This commit is contained in:
parent
4584e6839d
commit
7808d06b40
1 changed files with 1 additions and 3 deletions
|
|
@ -18,7 +18,6 @@ package io.element.android.features.roomdetails.impl.invite
|
||||||
|
|
||||||
import androidx.compose.foundation.layout.Arrangement
|
import androidx.compose.foundation.layout.Arrangement
|
||||||
import androidx.compose.foundation.layout.Column
|
import androidx.compose.foundation.layout.Column
|
||||||
import androidx.compose.foundation.layout.ExperimentalLayoutApi
|
|
||||||
import androidx.compose.foundation.layout.PaddingValues
|
import androidx.compose.foundation.layout.PaddingValues
|
||||||
import androidx.compose.foundation.layout.consumeWindowInsets
|
import androidx.compose.foundation.layout.consumeWindowInsets
|
||||||
import androidx.compose.foundation.layout.fillMaxWidth
|
import androidx.compose.foundation.layout.fillMaxWidth
|
||||||
|
|
@ -54,7 +53,6 @@ import io.element.android.compound.theme.ElementTheme
|
||||||
import io.element.android.libraries.ui.strings.CommonStrings
|
import io.element.android.libraries.ui.strings.CommonStrings
|
||||||
import kotlinx.collections.immutable.ImmutableList
|
import kotlinx.collections.immutable.ImmutableList
|
||||||
|
|
||||||
@OptIn(ExperimentalLayoutApi::class)
|
|
||||||
@Composable
|
@Composable
|
||||||
fun RoomInviteMembersView(
|
fun RoomInviteMembersView(
|
||||||
state: RoomInviteMembersState,
|
state: RoomInviteMembersState,
|
||||||
|
|
@ -128,7 +126,7 @@ private fun RoomInviteMembersTopBar(
|
||||||
navigationIcon = { BackButton(onClick = onBackPressed) },
|
navigationIcon = { BackButton(onClick = onBackPressed) },
|
||||||
actions = {
|
actions = {
|
||||||
TextButton(
|
TextButton(
|
||||||
text = stringResource(CommonStrings.action_send),
|
text = stringResource(CommonStrings.action_invite),
|
||||||
onClick = onSendPressed,
|
onClick = onSendPressed,
|
||||||
enabled = canSend,
|
enabled = canSend,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue