The macro browser is going about the right way to resolve the description.
The default key is the last resort it uses to try and look up the description. It will first look up the macro's description element and if that is not defined it will fallback to the default key. Within the description element, if the key attribute is defined the i18n of that key is used, otherwise the raw text of the description element will be used.
You can either remove the description element or put in the key attribute with the default key value.
The macro browser is going about the right way to resolve the description.
The default key is the last resort it uses to try and look up the description. It will first look up the macro's description element and if that is not defined it will fallback to the default key. Within the description element, if the key attribute is defined the i18n of that key is used, otherwise the raw text of the description element will be used.
You can either remove the description element or put in the key attribute with the default key value.