From 2aef35d40dadf6f1bdce2e43ef5097542036ef56 Mon Sep 17 00:00:00 2001 From: GiorgiaAuroraAdorni Date: Thu, 1 Jun 2023 16:16:00 +0200 Subject: [PATCH] Fixed problem with survey --- lib/survey.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/survey.dart b/lib/survey.dart index b78c06c..8f30dbb 100644 --- a/lib/survey.dart +++ b/lib/survey.dart @@ -602,7 +602,7 @@ class _SurveyState extends State { width: 30, height: 30, ), - Text(CATLocalizations.of(context).q82), + Text(CATLocalizations.of(context).q83), ], ), ),