correct pause button accessibility label

This commit is contained in:
davotoula
2026-03-02 16:53:40 +00:00
parent 79e39e7e4f
commit 434a7dcf52
@@ -122,7 +122,7 @@ fun PlayPauseButton(
Icon(
imageVector = Icons.Default.Pause,
modifier = Size50Modifier,
contentDescription = stringRes(R.string.play),
contentDescription = stringRes(R.string.pause),
)
}
}