projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45df70e
)
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
rinpatch
<rinpatch@sdf.org>
Sat, 9 May 2020 23:06:38 +0000
(
02:06
+0300)
config/description.exs
patch
|
blob
|
history
diff --git
a/config/description.exs
b/config/description.exs
index 5a1e9e9affe3b53a1ed516d3f0a249e1f5d14a70..2623e3683a87cdccaaa1f22beeee55566f9a1d13 100644
(file)
--- a/
config/description.exs
+++ b/
config/description.exs
@@
-2260,6
+2260,7
@@
config :pleroma, :config_description, [
children: [
%{
key: :active,
+ label: "Enabled",
type: :boolean,
description: "Globally enable or disable digest emails"
},