diff options
author | Angelina Filippova <linakirsanova@gmail.com> | 2020-09-30 00:49:08 +0300 |
---|---|---|
committer | Angelina Filippova <linakirsanova@gmail.com> | 2020-09-30 00:49:08 +0300 |
commit | fe1975064446121a6d1f6c709b1a31c30aaa121a (patch) | |
tree | cbc4d52fdf2405844c22b2943301e20e6f95ba9b /config | |
parent | 1b2f7139c87557e63743fb592a7015adaf277f93 (diff) | |
download | pleroma-fe1975064446121a6d1f6c709b1a31c30aaa121a.tar.gz |
Fix comma typo
Diffstat (limited to 'config')
-rw-r--r-- | config/description.exs | 2 |
1 files changed, 1 insertions, 1 deletions
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" }, |