diff --git a/registration-system/view/js/story.js b/registration-system/view/js/story.js
index f4c0cbc34be0547f60cc7bd6fd06114a3a7e0a21..e145cd3620d53437135f489c6fbe243b3ee90a98 100644
--- a/registration-system/view/js/story.js
+++ b/registration-system/view/js/story.js
@@ -194,7 +194,7 @@ Story.prototype.initSummary = function()
 			eat:
 				"Essenswahl",
 			age:
-				"Unter 18?"
+				"Ãœber 18?"
 		};
 
 		for (var i = 0; i < rowOrder.length; ++i)
@@ -766,9 +766,9 @@ $(function()
 		};
 		Story.ageMap = {
 		eighteenplus:
-			"Nein",
+			"Ja",
 		below:
-			"Ja"
+			"Nein"
 		};
 		Story.travelMapPhp = config_get_travel_types();
 		Story.travelMap = {