mirror of
https://github.com/bitwarden/android.git
synced 2026-03-12 05:04:17 -05:00
PM-21134: Fix send link title (#5275)
This commit is contained in:
@@ -375,7 +375,7 @@ private fun ShareLinkSection(
|
||||
),
|
||||
) {
|
||||
Text(
|
||||
text = stringResource(id = R.string.share_link),
|
||||
text = stringResource(id = R.string.send_link),
|
||||
style = BitwardenTheme.typography.titleSmall,
|
||||
color = BitwardenTheme.colorScheme.text.primary,
|
||||
overflow = TextOverflow.Ellipsis,
|
||||
|
||||
Reference in New Issue
Block a user