When creating a receiving address, there is the option to provide a "message". This "message" is shown in the table of all receiving addresses in the same tab.
The tooltip says that this message is attached to the "payment request" (presumably BIP 70). It is unclear to me if it ever was possible to receive payment requests with Bitcoin Core. And now that the payment request functionality is disabled by default and about to get removed, it could makes sense to cleanup this interface:
- The term "message" should go away, because there is nothing we send out to the Bitcoin network
- It should explain how this is different from a label, which is settable in the same tab
- It should explain how this is different from a comment, which exists in the RPC interface, but is not exposed in this tab