diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index cdf063160c..31d5e32c69 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -165,19 +165,19 @@
"message": "Calibrate Accelerometer"
},
"initialSetupCalibrateAccelText": {
- "message": "Place board or frame on leveled surface, proceed with calibration, ensure platform is not moving during calibration period."
+ "message": "Place board or frame on leveled surface, proceed with calibration, ensure platform is not moving during calibration period"
},
"initialSetupButtonCalibrateMag": {
"message": "Calibrate Magnetometer"
},
"initialSetupCalibrateMagText": {
- "message": "Move multirotor atleast 360 degrees on all axis of rotation. You have 30 seconds to perform this task."
+ "message": "Move multirotor atleast 360 degrees on all axis of rotation, you have 30 seconds to perform this task"
},
"initialSetupButtonReset": {
"message": "Reset Settings"
},
"initialSetupResetText": {
- "message": "Restore all settings to default."
+ "message": "Restore settings to default"
},
"initialSetupButtonBackup": {
"message": "Backup"
@@ -186,7 +186,7 @@
"message": "Restore"
},
"initialSetupBackupRestoreText": {
- "message": "Backup your configuration in case of an accident. (CLI settings are not included)."
+ "message": "Backup your configuration in case of an accident, CLI settings are not included"
},
"initialSetupButtonResetZaxis": {
"message": "Reset Z axis, offset: 0 deg"
diff --git a/tabs/initial_setup.css b/tabs/initial_setup.css
index b5baae4278..ac0fb06a80 100644
--- a/tabs/initial_setup.css
+++ b/tabs/initial_setup.css
@@ -81,9 +81,12 @@
.tab-initial_setup .section p {
margin-left: 180px;
- padding: 5px;
+ padding: 0 0 0 5px;
- border: 1px dotted silver;
+ height: 25px;
+ line-height: 25px;
+
+ border-bottom: 1px solid #e5e5e5;
}
#interactive_block {
float: left;