mirror of
https://github.com/bitwarden/android.git
synced 2026-07-26 02:19:48 -05:00
PM-21134: Fix send link title (#5275)
This commit is contained in:
+1
-1
@@ -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