diff --git a/common/src/main/scala/net/psforever/packet/game/ZoneInfoMessage.scala b/common/src/main/scala/net/psforever/packet/game/ZoneInfoMessage.scala
index c1c4b7a6..edb44a59 100644
--- a/common/src/main/scala/net/psforever/packet/game/ZoneInfoMessage.scala
+++ b/common/src/main/scala/net/psforever/packet/game/ZoneInfoMessage.scala
@@ -6,7 +6,8 @@ import scodec.Codec
import scodec.codecs._
/**
- * Change the "Empire Status" text in the Interstellar Map zone description for the specified zone.
+ * Change the "Empire Status" text in the Interstellar Map zone description for the specified zone.
+ * The Empire Incentives window also displays the changed information.
*
* The `Long` value is applicable to the caverns.
* It indicates how long the given cavern will remain locked until at least one of their geowarps will open during normal rotation.
diff --git a/common/src/main/scala/net/psforever/packet/game/ZoneLockInfoMessage.scala b/common/src/main/scala/net/psforever/packet/game/ZoneLockInfoMessage.scala
index e068da55..bfd3d986 100644
--- a/common/src/main/scala/net/psforever/packet/game/ZoneLockInfoMessage.scala
+++ b/common/src/main/scala/net/psforever/packet/game/ZoneLockInfoMessage.scala
@@ -7,12 +7,12 @@ import scodec.codecs._
/**
* Change the "Empire Status" text in the Interstellar Map zone description for the specified zone.
- * The information in the Empire Incentives window also displays the changed information.
+ * The Empire Incentives window also displays the changed information.
* @param zone the zone id
* @param lock_status `true` displays "Locked;"
* `false` displays the queue availability for the avatar's empire
* @param unk na;
- * usually `true`
+ * usually `true`
*/
final case class ZoneLockInfoMessage(zone : PlanetSideGUID,
lock_status : Boolean,