CTK 1.0.0
This commit is contained in:
@@ -79,7 +79,7 @@ class QuizVideoGuideScreen extends StatefulWidget {
|
||||
required this.youtubeId,
|
||||
required this.onAdvance,
|
||||
this.caption =
|
||||
'Assista para compreender melhor as próximas perguntas do questionário.',
|
||||
'Veja o vídeo para compreender melhor as próximas perguntas do questionário.',
|
||||
this.extraHeading,
|
||||
this.extraSubtitle,
|
||||
});
|
||||
@@ -144,7 +144,7 @@ class _QuizVideoGuideScreenState extends State<QuizVideoGuideScreen> {
|
||||
const SizedBox(height: 4),
|
||||
const FadeSlideIn(
|
||||
child: Text(
|
||||
'Antes de continuar, assista ao vídeo educativo...',
|
||||
'Antes de continuar, veja o vídeo educativo...',
|
||||
style: TextStyle(
|
||||
fontSize: 21,
|
||||
fontWeight: FontWeight.w900,
|
||||
|
||||
Reference in New Issue
Block a user