diff --git a/lib/view/on_boarding/on_boarding_view.dart b/lib/view/on_boarding/on_boarding_view.dart index a9c3ca8..457ff92 100644 --- a/lib/view/on_boarding/on_boarding_view.dart +++ b/lib/view/on_boarding/on_boarding_view.dart @@ -27,21 +27,21 @@ class _OnBoardingViewState extends State { List pageArr = [ { - "title": "Atteignez vos objectifs", + "title": "Achieve your goals", "subtitle": - "Ne vous inquiétez pas si vous avez du mal à déterminer vos objectifs. Grâce à l'analyse concrète de vos performances, nous vous aiderons à les atteindre.", + "Don't worry if you have trouble determining your goals. Thanks to the concrete analysis of your performances, we will help you achieve them.", "image": "assets/img/on_1.svg" }, { "title": "Persévérez", "subtitle": - "Continuez à persévérer pour atteindre vos objectifs. La douleur n'est que temporaire. Si vous abandonnez maintenant, vous souffrirez éternellement.", + "Continue to persevere to achieve your goals. The pain is only temporary. If you give up now, you will suffer forever.", "image": "assets/img/on_2.svg" }, { - "title": "Laissez-nous piloter, mettez simplement votre Suunto", + "title": "Let us pilot, just put on your Suunto", "subtitle": - "Détendez-vous, nous prenons les commandes en analysant performances et statistiques pour vous aider à atteindre vos objectifs.", + "Relax, we take charge by analyzing performance and statistics to help you achieve your goals.", "image": "assets/img/on_3.svg" }, ]; diff --git a/lib/view/on_boarding/started_view.dart b/lib/view/on_boarding/started_view.dart index 098e4df..6a5f07a 100644 --- a/lib/view/on_boarding/started_view.dart +++ b/lib/view/on_boarding/started_view.dart @@ -41,7 +41,7 @@ class _StartedViewState extends State { child: Padding( padding: const EdgeInsets.symmetric(horizontal: 15), child: RoundButton( - title: "Commencer", + title: "Start", type: isChangeColor ? RoundButtonType.textGradient : RoundButtonType.bgGradient,