From: Angelina Filippova Date: Tue, 29 Sep 2020 21:49:08 +0000 (+0300) Subject: Fix comma typo X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=fe1975064446121a6d1f6c709b1a31c30aaa121a;p=akkoma Fix comma typo --- diff --git a/config/description.exs b/config/description.exs index 14478a119..dd9e46c08 100644 --- a/config/description.exs +++ b/config/description.exs @@ -44,7 +44,7 @@ frontend_options = [ }, %{ key: "git", - label: "Git Repository URL" + label: "Git Repository URL", type: :string, description: "URL of the git repository of the frontend" },