projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38425eb
)
description.exs typofixes
author
Alex Gleason
<alex@alexgleason.me>
Thu, 16 Jul 2020 19:52:48 +0000
(14:52 -0500)
committer
Alex Gleason
<alex@alexgleason.me>
Thu, 16 Jul 2020 19:52:48 +0000
(14:52 -0500)
config/description.exs
patch
|
blob
|
history
diff --git
a/config/description.exs
b/config/description.exs
index a936b7abfef2f6a919b24098c5c52ecce024bb84..b97b0a7ec984b5b52ba33c72dada10ed883c7a81 100644
(file)
--- a/
config/description.exs
+++ b/
config/description.exs
@@
-2238,13
+2238,13
@@
config :pleroma, :config_description, [
%{
key: :new_window,
type: :boolean,
- description: "Link URLs will open in new window/tab."
+ description: "Link URLs will open in
a
new window/tab."
},
%{
key: :truncate,
type: [:integer, false],
description:
- "Set to a number to truncate URLs longer th
e
n the number. Truncated URLs will end in `...`",
+ "Set to a number to truncate URLs longer th
a
n the number. Truncated URLs will end in `...`",
suggestions: [15, false]
},
%{