From 5cb7fced5b6d2e4cece5daef518d8a1428549250 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sun, 25 Apr 2021 18:03:04 +0200 Subject: [PATCH] Fix typo --- lib/forez/tour/forez_tour_builder.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/forez/tour/forez_tour_builder.dart b/lib/forez/tour/forez_tour_builder.dart index 7338576..e3cabe6 100644 --- a/lib/forez/tour/forez_tour_builder.dart +++ b/lib/forez/tour/forez_tour_builder.dart @@ -50,7 +50,7 @@ List buildTour(TourRouteState state) { // Forez specific features PresentationPane( icon: Icons.calendar_today, - title: tr("Forez in presence"), + title: tr("Presence in Forez"), text: tr( "Easily specify the days you are in Forez plain, so that everyone can know it!"), actionTitle: tr("Do it now!"),