I’d like to be able to change the trust level badge text, mainly to remove the link on the word “Granted” below which take users to meta. I want to move this information to the faq on my site and think that’s generally the best place for it anyway. Currently this is greyed out and I am not able to change it.
Now that the definitions are becoming stable, I think it’s time.
Checking in on this. I’m about to just patch in some CSS to hide all descriptions, which sucks. The linked posts show metrics on attaining the trust levels. This information is probably different per forum and should be up to the forum operator to set and describe.
For anyone else interested, this does the trick:
.badges-listing .description > a {
display: none;
}