Fix inconsistency in language for activating settings

This commit is contained in:
Angelina Filippova 2020-05-04 22:41:14 +03:00 committed by rinpatch
parent 45df70e691
commit dd7bf4aece
1 changed files with 1 additions and 0 deletions

View File

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