Label typo fixed

master
Mauro Mugnaini 7 months ago
parent 0a924225ac
commit cfec77a422

@ -80,7 +80,7 @@ public class AvatarImporter extends AbstractClaimMapper {
static {
configProperties = ProviderConfigurationBuilder.create()
.property().name(USE_LIBRAVATAR_PROPERTY)
.label("Use Libravater service")
.label("Use Libravatar service")
.helpText("If the provider not provide the image claim, the email is used to search the avatar "
+ "by using libravatar service.")
.defaultValue(Boolean.TRUE)

Loading…
Cancel
Save