diff --git a/i2p2www/spec/proposals/144-ecies-x25519-aead-ratchet.rst b/i2p2www/spec/proposals/144-ecies-x25519-aead-ratchet.rst
index 8d4437814e99d693922643db0e2192163b1351eb..0fa9978bfe3001af99940b0048d2854f083ac9bb 100644
--- a/i2p2www/spec/proposals/144-ecies-x25519-aead-ratchet.rst
+++ b/i2p2www/spec/proposals/144-ecies-x25519-aead-ratchet.rst
@@ -1089,8 +1089,7 @@ k :: 32 byte cipher key
   n :: Counter-based nonce, 12 bytes.
        n = 0
 
-  ad :: In new session message:
-        Associated data, 32 bytes.
+  ad :: Associated data, 32 bytes.
         The SHA256 hash of the preceding data (public key)
 
   data :: Plaintext data, 0 or more bytes
@@ -1119,7 +1118,8 @@ k :: 32 byte cipher key
        Session must be ratcheted before N reaches that value.
        The value 2**64 - 1 must never be used.
 
-  ad :: The session tag
+  ad :: Associated data
+        The session tag
 
   data :: Plaintext data, 0 or more bytes