fixed error

This commit is contained in:
c1ph3r
2025-03-09 15:23:07 +01:00
parent 0dc944a686
commit 7e357f81a4
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -34,8 +34,8 @@ class PageDashboard extends StatelessWidget {
final ratingNames = const {
"page1": {"title": "", "q1": "Geschmack", "q2": "Qualität"},
"page2": {"title": "Service", "q1": "Undefined", "q2": "Undefined"},
"page3": {"title": "Wünsche", "q1": "Undefined", "q2": "Undefined"}
"page2": {"title": "Service", "q1": "Freundlichkeit", "q2": "Sauberkeit"},
"page3": {"title": "Wünsche", "q1": "Vielfalt", "q2": "Vegan"}
};
@override