it doesn't seems to be a title attribute for the primary navbar in the custom menu :
- Even if, in `custommenuitems` ( https://yourmoodle/admin/settings.php?section=themesettings#admin-custommenuitems ) in the administration, you can add something like :
mylink|http://mylink.com|my description|mylang
with the third parameter set, you don't have any title on hover (nor in the code). (I've tested it on demo sandbox to be sure) - In lib/templates/moremenu_children.mustache, there is no title displayable.
Thank you