diff options
author | Angelina Filippova <linakirsanova@gmail.com> | 2020-09-29 20:33:04 +0000 |
---|---|---|
committer | Angelina Filippova <linakirsanova@gmail.com> | 2020-09-29 20:33:04 +0000 |
commit | 1b2f7139c87557e63743fb592a7015adaf277f93 (patch) | |
tree | 02e71cda4f762aec7bd03074237cc9612ea8e305 /config | |
parent | 0e57f133650ffe3cdd191a49a2c9f0ae6d2e1e54 (diff) | |
download | pleroma-1b2f7139c87557e63743fb592a7015adaf277f93.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 8656e4575..14478a119 100644 --- a/config/description.exs +++ b/config/description.exs @@ -58,7 +58,7 @@ frontend_options = [ }, %{ key: "build_dir", - label: "Build Dir", + label: "Build directory" type: :string, description: "The directory inside the zip file " } |