diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2022-09-05 20:22:58 +0200 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2022-09-05 20:25:01 +0200 |
commit | c6bc52391460079efe18f48ed72eb6fd22757ab4 (patch) | |
tree | bceba41970f6c1b83e99da6b59974c4cfbff1c42 /config | |
parent | b8d6cb5845f4fd1c28b09d608684a7f988dc3e1a (diff) | |
download | pleroma-c6bc52391460079efe18f48ed72eb6fd22757ab4.tar.gz |
Clarify `birthday_min_age` config description
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'config')
-rw-r--r-- | config/description.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs index c28447b37..3a2a65272 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1005,7 +1005,8 @@ config :pleroma, :config_description, [ key: :birthday_min_age, type: :integer, description: - "Minimum required age for users to create account. Only used if birthday is required." + "Minimum required age (in days) for users to create account. Only used if birthday is required.", + suggestions: [6570] } ] }, |