Update description.exs

This commit is contained in:
Alex Gleason 2022-01-22 13:28:00 -06:00
parent 66e8c6f90f
commit 98ce239ebc
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 2 additions and 2 deletions

View File

@ -961,13 +961,13 @@ config :pleroma, :config_description, [
%{
key: :birthday_required,
type: :boolean,
description: "Require users to provide birth day."
description: "Require users to enter their birthday."
},
%{
key: :birthday_min_age,
type: :integer,
description:
"Min age for users to create account. Only makes sense if birth date is required."
"Minimum required age for users to create account. Only used if birthday is required."
}
]
},