diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki
index d8f76ccd..d95b1198 100644
--- a/bip-0174.mediawiki
+++ b/bip-0174.mediawiki
@@ -132,7 +132,7 @@ The currently defined global types are as follows:
** Value: The 32-bit little endian unsigned integer representing the version number of this PSBT. If ommitted, the version number is 0.
*** {32-bit uint}
-* Type: Version Number PSBT_GLOBAL_PROPRIETARY = 0xFC
+* Type: Proprietary Use Type PSBT_GLOBAL_PROPRIETARY = 0xFC
** Key: Variable length identifier prefix, followed by a subtype, followed by the key data itself.
*** {0xFC}||{subtype}|{key data}
** Value: Any value data as defined by the proprietary type user.
@@ -200,7 +200,7 @@ The currently defined per-input types are defined as follows:
** Value: The UTF-8 encoded commitment message string for the proof-of-reserves. See [[bip-0127.mediawiki|BIP 127]] for more information.
*** {porCommitment}
-* Type: Version Number PSBT_INPUT_PROPRIETARY = 0xFC
+* Type: Proprietary Use Type PSBT_INPUT_PROPRIETARY = 0xFC
** Key: Variable length identifier prefix, followed by a subtype, followed by the key data itself.
*** {0xFC}||{subtype}|{key data}
** Value: Any value data as defined by the proprietary type user.
@@ -228,7 +228,7 @@ determine which outputs are change outputs and verify that the change is returni
** Value: The master key fingerprint concatenated with the derivation path of the public key. The derivation path is represented as 32-bit little endian unsigned integer indexes concatenated with each other. Public keys are those needed to spend this output.
*** {master key fingerprint}|{32-bit uint}|...|{32-bit uint}
-* Type: Version Number PSBT_OUTPUT_PROPRIETARY = 0xFC
+* Type: Proprietary Use Type PSBT_OUTPUT_PROPRIETARY = 0xFC
** Key: Variable length identifier prefix, followed by a subtype, followed by the key data itself.
*** {0xFC}||{subtype}|{key data}
** Value: Any value data as defined by the proprietary type user.