mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-17 07:21:58 +00:00
i18n(fr): migrate PlayerControls submit intro contentDescription
PlayerControls.kt:271 (player header button to open SubmitIntroDialog) now uses stringResource(Res.string.submit_intro_action), the existing key already present in upstream strings (cmp-rewrite).
This commit is contained in:
parent
af43edcf04
commit
d8b7497e44
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ private fun PlayerHeader(
|
|||
if (onSubmitIntroClick != null) {
|
||||
PlayerHeaderIconButton(
|
||||
icon = Icons.Rounded.Flag,
|
||||
contentDescription = "Submit Intro",
|
||||
contentDescription = stringResource(Res.string.submit_intro_action),
|
||||
buttonSize = metrics.headerIconSize + 16.dp,
|
||||
iconSize = metrics.headerIconSize,
|
||||
onClick = onSubmitIntroClick,
|
||||
|
|
|
|||
Loading…
Reference in a new issue