PM-21134: Fix send link title (#5275)

This commit is contained in:
David Perez
2025-05-28 10:27:28 -05:00
committed by GitHub
parent 294ef674bc
commit bdd0660e2b

View File

@@ -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,