Label typo fixed

This commit is contained in:
Mauro Mugnaini 2023-10-10 15:41:08 +02:00
parent 0a924225ac
commit cfec77a422
1 changed files with 1 additions and 1 deletions

View File

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