update Play text
This commit is contained in:
@@ -377,7 +377,7 @@ fun PlayIcon(
|
||||
) {
|
||||
Icon(
|
||||
imageVector = Icons.Outlined.PlayCircle,
|
||||
contentDescription = "Play",
|
||||
contentDescription = stringResource(id = R.string.accessibility_play_username),
|
||||
modifier = modifier,
|
||||
tint = tint,
|
||||
)
|
||||
|
||||
@@ -809,6 +809,7 @@
|
||||
<string name="accessibility_turn_on_sealed_message">Sealed message off. Click to turn on sealed message</string>
|
||||
<string name="accessibility_turn_off_sealed_message">Sealed message on. Click to turn off sealed message</string>
|
||||
<string name="accessibility_send">Send</string>
|
||||
<string name="accessibility_play_username">Play username as audio</string>
|
||||
<string name="accessibility_scan_qr_code">Scan QR code</string>
|
||||
<string name="accessibility_navigate_to_alby">Navigate to the third-party wallet provider Alby</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user