Переглянути джерело

description.exs typofixes

chores/our-libs-hex-releases
Alex Gleason 4 роки тому
джерело
коміт
6fdaee7cae
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: 7211D1F99744FBB7
1 змінених файлів з 2 додано та 2 видалено
  1. +2
    -2
      config/description.exs

+ 2
- 2
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 then the number. Truncated URLs will end in `...`",
"Set to a number to truncate URLs longer than the number. Truncated URLs will end in `...`",
suggestions: [15, false]
},
%{


Завантаження…
Відмінити
Зберегти