diff --git a/.travis.yml b/.travis.yml
index ec56cd6a08..794614fa1a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,12 +17,12 @@ matrix:
allow_failures:
- node_js: stable
include:
- # Run everything with v5 (match production)
- - node_js: 5
+ # Run everything with v8 (match production)
+ - node_js: 8
env: TEST_SUITE=lint
- - node_js: 5
+ - node_js: 8
env: TEST_SUITE=unit
- - node_js: 6
+ - node_js: 8
env: TEST_SUITE=unit
- node_js: stable
env: TEST_SUITE=unit
diff --git a/app/common/locales/en.json b/app/common/locales/en.json
index 201bdb09d3..c0012a864e 100644
--- a/app/common/locales/en.json
+++ b/app/common/locales/en.json
@@ -314,7 +314,7 @@
"who_can_add": "Who can add to this survey",
"survey_field": "Survey field",
"choose_survey_field": "Choose what should be assigned to each survey field",
- "choose_survey_field_desc": "Each of the survey's fields are listed below. Choose the data from your tweets that you'd like to use to populate each of those fields.",
+ "choose_survey_field_desc": "Each of the survey's fields are listed below. Choose the data from {{datasource_type}} that you'd like to use to populate each of those fields.",
"who_can_contribute_to_task" : "Who can contribute to fields in this task",
"delete" : {
"desc" : "If you delete this survey, all of its posts will also be deleted. Proceed with caution.",
@@ -1119,7 +1119,7 @@
}
},
"twitter": {
- "intro_step_1": "Step 1: Create a new Twitter application",
+ "intro_step_1": "Step 1: Create a new Twitter application: Twitter applications may take a few hours or days to be approved by Twitter. Please be aware of this if you need this data quickly.",
"intro_step_1_desc": "Create a new twitter application",
"intro_step_2": "Step 2: Generate a consumer key and secret",
"intro_step_2_desc": "Once you've created the application click on \"Keys and Access Tokens\". Then click \"Generate Consumer Key and Secret\". Copy keys, tokens and secrets into the fields below.",
diff --git a/app/common/services/maps.js b/app/common/services/maps.js
index f86f137439..b3acbf54cc 100644
--- a/app/common/services/maps.js
+++ b/app/common/services/maps.js
@@ -49,6 +49,7 @@ function Maps(ConfigEndpoint, L, _, CONST) {
map.attributionControl.setPrefix(false);
map.zoomControl.setPosition('bottomleft');
map.setMaxBounds([[-90,-360],[90,360]]);
+ map.scrollWheelZoom.enable();
map.on('popupopen', function (e) {
var px = map.project(e.popup._latlng); // find the pixel location on the map where the popup anchor is
px.y -= e.popup._container.clientHeight / 2; // find the height of the popup container, divide by 2, subtract from the Y axis of marker location
diff --git a/app/main/posts/detail/post-detail-data.html b/app/main/posts/detail/post-detail-data.html
index d661d0d1e0..38d94dcfca 100644
--- a/app/main/posts/detail/post-detail-data.html
+++ b/app/main/posts/detail/post-detail-data.html
@@ -6,7 +6,7 @@
-