Commit c4e0f554 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #5628 from bluerobotics/pr-rm-geofence-note

Remove geofence reference in sub safety page
parents 3514295a 37fdb502
......@@ -31,7 +31,7 @@ QString APMSafetyComponent::description(void) const
{
switch (_vehicle->vehicleType()) {
case MAV_TYPE_SUBMARINE:
return tr("Safety Setup is used to setup failsafe actions, geofence limits, leak detection, and arming checks.");
return tr("Safety Setup is used to setup failsafe actions, leak detection, and arming checks.");
break;
case MAV_TYPE_GROUND_ROVER:
case MAV_TYPE_FIXED_WING:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment