change aria-label value

This commit is contained in:
daria 2025-05-22 13:13:21 -07:00
parent 480867d3bf
commit ea18c17ffb
No known key found for this signature in database
GPG Key ID: 78018F06E7C6A3CF

View File

@ -1036,7 +1036,7 @@ define([
href: href,
target: "_blank",
'data-tippy-placement': "right",
'aria-label': Messages.help_genericMore //TBC XXX
'aria-label': text
});
return q;
};