update Play text

This commit is contained in:
David Kaspar
2024-03-02 19:01:47 +00:00
parent 2f3df616f3
commit e507e0bb6a
2 changed files with 2 additions and 1 deletions
@@ -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,
)