diff --git a/assets/tagRenderings/questions.json b/assets/tagRenderings/questions.json index c74dfa34e1..e6237dbde5 100644 --- a/assets/tagRenderings/questions.json +++ b/assets/tagRenderings/questions.json @@ -1250,8 +1250,8 @@ } ], "render": { - "en": "The network name is {{internet_access:ssid}}", - "nl": "De netwerknaam is {{internet_access:ssid}}" + "en": "The network name is {internet_access:ssid}", + "nl": "De netwerknaam is {internet_access:ssid}" } } } \ No newline at end of file diff --git a/langs/shared-questions/en.json b/langs/shared-questions/en.json index a1c593b35b..c251488a22 100644 --- a/langs/shared-questions/en.json +++ b/langs/shared-questions/en.json @@ -73,7 +73,7 @@ "placeholder": "Enter the network name" }, "question": "What is the network name for the wireless internet access?", - "render": "The network name is {{internet_access:ssid}}" + "render": "The network name is {internet_access:ssid}" }, "level": { "mappings": { diff --git a/langs/shared-questions/nl.json b/langs/shared-questions/nl.json index 9e1a4c1b3b..ed7cde93ac 100644 --- a/langs/shared-questions/nl.json +++ b/langs/shared-questions/nl.json @@ -62,7 +62,7 @@ "placeholder": "Voer de netwerknaam in" }, "question": "Wat is de netwerknaam voor de draadloze internettoegang?", - "render": "De netwerknaam is {{internet_access:ssid}}" + "render": "De netwerknaam is {internet_access:ssid}" }, "level": { "mappings": {