From 09fb604c3baacf9b626359abe1abcf73037b7815 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 16 Nov 2021 14:07:14 +0530 Subject: [PATCH] remove hardcoded translation --- www/form/inner.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/form/inner.js b/www/form/inner.js index d9e731937..a8a5a603a 100644 --- a/www/form/inner.js +++ b/www/form/inner.js @@ -3032,7 +3032,6 @@ define([ anonOffContent, false, { input: { value: 0 }, }); - Messages.form_answerChoice = "Please choose how you would like to answer this form: "; // XXX var radioContainer = h('div.cp-form-required-radio', [ Messages.form_answerChoice, anonRadioOn,