diff options
author | Angelina Filippova <linakirsanova@gmail.com> | 2020-09-29 20:32:55 +0000 |
---|---|---|
committer | Angelina Filippova <linakirsanova@gmail.com> | 2020-09-29 20:32:55 +0000 |
commit | 0e57f133650ffe3cdd191a49a2c9f0ae6d2e1e54 (patch) | |
tree | f379e485e30e8b32a9334d4a6a35f8508b6db9c4 /config | |
parent | 7ac4d1e7ee831cbbda535c00b7dc9aca053183be (diff) | |
download | pleroma-0e57f133650ffe3cdd191a49a2c9f0ae6d2e1e54.tar.gz |
Apply 1 suggestion(s) to 1 file(s)
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 be9cb0a16..8656e4575 100644 --- a/config/description.exs +++ b/config/description.exs @@ -44,7 +44,7 @@ frontend_options = [ }, %{ key: "git", - label: "Git", + label: "Git Repository URL" type: :string, description: "URL of the git repository of the frontend" }, |