description.exs typofixes
authorAlex Gleason <alex@alexgleason.me>
Thu, 16 Jul 2020 19:52:48 +0000 (14:52 -0500)
committerAlex Gleason <alex@alexgleason.me>
Thu, 16 Jul 2020 19:52:48 +0000 (14:52 -0500)
config/description.exs

index a936b7abfef2f6a919b24098c5c52ecce024bb84..b97b0a7ec984b5b52ba33c72dada10ed883c7a81 100644 (file)
@@ -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 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]
       },
       %{