File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
java/com/android/developers/androidify/home Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ private fun VideoPlayerRotatedCard(
301
301
modifier : Modifier = Modifier ,
302
302
) {
303
303
val aspectRatio = 280f / 380f
304
- val videoInstructionText = stringResource(R .string.video_card_content_description )
304
+ val videoInstructionText = stringResource(R .string.instruction_video_transcript )
305
305
Box (
306
306
modifier = modifier
307
307
.focusable()
Original file line number Diff line number Diff line change 37
37
<string name =" terms" >Terms</string >
38
38
<string name =" privacy" >Privacy</string >
39
39
<string name =" oss_license" >Licenses</string >
40
- <string name =" video_card_content_description" >A video showcasing the creation of an Android bot.</string >
41
40
<string name =" dancing_android_bot" >A dancing Android bot.</string >
42
41
</resources >
You can’t perform that action at this time.
0 commit comments