improvement: Move Copy send phrase to text resources
This commit is contained in:
parent
be73e231d3
commit
6c3dc0f5b6
@ -43,6 +43,7 @@ import com.artemchep.keyguard.feature.home.vault.component.rememberSecretAccentC
|
||||
import com.artemchep.keyguard.feature.home.vault.component.surfaceColorAtElevationSemi
|
||||
import com.artemchep.keyguard.feature.home.vault.model.VaultItemIcon
|
||||
import com.artemchep.keyguard.feature.navigation.NavigationIcon
|
||||
import com.artemchep.keyguard.res.Res
|
||||
import com.artemchep.keyguard.ui.Avatar
|
||||
import com.artemchep.keyguard.ui.DefaultFab
|
||||
import com.artemchep.keyguard.ui.DisabledEmphasisAlpha
|
||||
@ -59,6 +60,7 @@ import com.artemchep.keyguard.ui.shimmer.shimmer
|
||||
import com.artemchep.keyguard.ui.skeleton.SkeletonText
|
||||
import com.artemchep.keyguard.ui.theme.combineAlpha
|
||||
import com.artemchep.keyguard.ui.toolbar.LargeToolbar
|
||||
import dev.icerock.moko.resources.compose.stringResource
|
||||
|
||||
@Composable
|
||||
fun SendViewScreen(
|
||||
@ -141,7 +143,7 @@ fun SendViewScreen(
|
||||
},
|
||||
text = {
|
||||
Text(
|
||||
text = "Copy share",
|
||||
text = stringResource(Res.strings.copy_send),
|
||||
)
|
||||
},
|
||||
)
|
||||
|
@ -377,6 +377,7 @@
|
||||
<string name="copy_value">Copy value</string>
|
||||
<string name="copy_url">Copy URL</string>
|
||||
<string name="copy_uri">Copy URI</string>
|
||||
<string name="copy_send">Copy send</string>
|
||||
<string name="copy_package_name">Copy package name</string>
|
||||
<string name="copy_password">Copy password</string>
|
||||
<string name="copy_username">Copy username</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user