Merge branch 'feature/update-labels-for-activating-settings' into 'develop'

Fix inconsistency in language for activating settings in description.exs

Closes admin-fe#108

See merge request pleroma/pleroma!2469
This commit is contained in:
feld 2020-05-04 20:24:08 +00:00
commit b1c29e2de8
1 changed files with 1 additions and 0 deletions

View File

@ -2247,6 +2247,7 @@ config :pleroma, :config_description, [
children: [
%{
key: :active,
label: "Enabled",
type: :boolean,
description: "Globally enable or disable digest emails"
},