Skip to content
Snippets Groups Projects
Commit 4639b876 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

fix text issue in migration

parent ce681c96
No related branches found
No related tags found
No related merge requests found
......@@ -277,7 +277,7 @@ new_survey_model = """
"name": "ec_project_names",
"visibleIf": "{ec_projects} = 'Yes'",
"indent": 1,
"title": "Please list the name of the projects\n",
"title": "Please list the name of the projects",
"description": "Use one line per project.",
"columns": [
{
......@@ -1374,19 +1374,19 @@ new_survey_model = """
"choices": [
{
"value": "higher_than_r_e_charges",
"text": "Charges typically higher than for R+E users"
"text": "Charges typically higher than for R&E users"
},
{
"value": "same_as_r_e_charges",
"text": "Same charging model as for R+E users"
"text": "Same charging model as for R&E users"
},
{
"value": "no_charges_if_r_e_requested",
"text": "No charges applied if requested by R+E users"
"text": "No charges applied if requested by R&E users"
},
{
"value": "lower_than_r_e_charges",
"text": "Charges typically lower than for R+E users"
"text": "Charges typically lower than for R&E users"
}
]
}
......@@ -1394,11 +1394,11 @@ new_survey_model = """
"rows": [
{
"value": "collaboration",
"text": "Connection to your network for collaboration with R+E users"
"text": "Connection to your network for collaboration with R&E users"
},
{
"value": "services",
"text": "Connection to your network for supplying services for R+E"
"text": "Connection to your network for supplying services for R&E"
},
{
"value": "peering",
......@@ -1973,7 +1973,7 @@ new_survey_model = """
{
"type": "multipletext",
"name": "commodity_vs_r_e",
"title": "What is the ratio of commodity vs R+E traffic in your network?",
"title": "What is the ratio of commodity vs R&E traffic in your network?",
"validators": [
{
"type": "expression",
......@@ -1984,7 +1984,7 @@ new_survey_model = """
"items": [
{
"name": "r_e",
"title": "R+E percentage",
"title": "R&E percentage",
"validators": [
{
"type": "numeric",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment