projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58fded9
)
Fix inconsistency in language for activating settings
author
Angelina Filippova
<linakirsanova@gmail.com>
Mon, 4 May 2020 19:41:14 +0000
(22:41 +0300)
committer
Angelina Filippova
<linakirsanova@gmail.com>
Mon, 4 May 2020 19:41:14 +0000
(22:41 +0300)
config/description.exs
patch
|
blob
|
history
diff --git
a/config/description.exs
b/config/description.exs
index 7fac1e5611a2c6766371e4ef73baf6e8fecd3fd5..62f17c92f3595eeeb21c96f76fd45e4165bb18e7 100644
(file)
--- a/
config/description.exs
+++ b/
config/description.exs
@@
-2247,6
+2247,7
@@
config :pleroma, :config_description, [
children: [
%{
key: :active,
+ label: "Enabled",
type: :boolean,
description: "Globally enable or disable digest emails"
},