Change settings order and test microcopy
parent
1b947a7710
commit
ee878ca830
|
@ -3106,7 +3106,7 @@ define([
|
|||
});
|
||||
});
|
||||
|
||||
|
||||
Messages.form_makePublicWarning = "Are you sure you want to make responses to this form public? Past and future responses will be visible by participants. This cannot be undone." // XXX existing key
|
||||
// Private / public status
|
||||
var resultsType = h('div.cp-form-results-type-container');
|
||||
var $results = $(resultsType);
|
||||
|
@ -3140,7 +3140,7 @@ define([
|
|||
$responseMsg.empty();
|
||||
Messages.form_updateMsg = "Update submit message"; // XXX 4.11.0
|
||||
Messages.form_addMsg = "Add submit message"; // XXX 4.11.0
|
||||
Messages.form_responseMsg = "Add a message that will be displayed after participants submit the form."; // XXX 4.11.0
|
||||
Messages.form_responseMsg = "This message will be displayed after participants submit the form."; // XXX 4.11.0
|
||||
var text = content.answers.msg ? Messages.form_updateMsg : Messages.form_addMsg;
|
||||
var btn = h('button.btn.btn-secondary', text);
|
||||
$(btn).click(function () {
|
||||
|
@ -3212,7 +3212,7 @@ define([
|
|||
refreshResponse();
|
||||
|
||||
// Make answers anonymous
|
||||
Messages.form_makeAnon = "Make all answers anonymous"; // XXX
|
||||
Messages.form_makeAnon = "Anonymous responses"; // XXX
|
||||
var anonContainer = h('div.cp-form-anon-container');
|
||||
var $anon = $(anonContainer);
|
||||
var refreshAnon = function () {
|
||||
|
@ -3365,8 +3365,8 @@ define([
|
|||
return [
|
||||
preview,
|
||||
endDateContainer,
|
||||
privacyContainer,
|
||||
anonContainer,
|
||||
privacyContainer,
|
||||
editableContainer,
|
||||
resultsType,
|
||||
responseMsg
|
||||
|
|
Loading…
Reference in New Issue