logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 98ce239ebc99444f7f418040acaba2e6cc990c29
parent 66e8c6f90fa0ca9ab01cc58c865344694548e4d6
Author: Alex Gleason <alex@alexgleason.me>
Date:   Sat, 22 Jan 2022 13:28:00 -0600

Update description.exs

Diffstat:

Mconfig/description.exs4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/description.exs b/config/description.exs @@ -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." } ] },