diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-08 17:33:40 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-03-10 16:23:40 +0100 |
commit | 482fa503e545e00252e25eee7b3e0f7d421cf9d4 (patch) | |
tree | 4aa27a683656ced173fe48b914cfd7d65b289717 /config | |
parent | 3b20bdd6dc7402b0723e038c57f0606131e20e54 (diff) | |
download | PeerTube-482fa503e545e00252e25eee7b3e0f7d421cf9d4.tar.gz PeerTube-482fa503e545e00252e25eee7b3e0f7d421cf9d4.tar.zst PeerTube-482fa503e545e00252e25eee7b3e0f7d421cf9d4.zip |
Use grid to organise settings in admin, my-account
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default.yaml b/config/default.yaml index 3260c62fc..1a8b19136 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -249,7 +249,7 @@ auto_blacklist: | |||
249 | 249 | ||
250 | instance: | 250 | instance: |
251 | name: 'PeerTube' | 251 | name: 'PeerTube' |
252 | short_description: 'PeerTube, a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.' | 252 | short_description: 'PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.' |
253 | description: 'Welcome to this PeerTube instance!' # Support markdown | 253 | description: 'Welcome to this PeerTube instance!' # Support markdown |
254 | terms: 'No terms for now.' # Support markdown | 254 | terms: 'No terms for now.' # Support markdown |
255 | code_of_conduct: '' # Supports markdown | 255 | code_of_conduct: '' # Supports markdown |