diff options
author | Chocobozzz <me@florianbigard.com> | 2019-08-22 10:22:01 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-08-22 10:22:01 +0200 |
commit | 7c58378a57a1540534b9fc47bf06c9f64a1ebc6b (patch) | |
tree | 176c062a799648aecd3e04dad48a205424bb90b6 /config/default.yaml | |
parent | 79a899410fdf6d7d4fcb22f05314c9ed3fc5d591 (diff) | |
download | PeerTube-7c58378a57a1540534b9fc47bf06c9f64a1ebc6b.tar.gz PeerTube-7c58378a57a1540534b9fc47bf06c9f64a1ebc6b.tar.zst PeerTube-7c58378a57a1540534b9fc47bf06c9f64a1ebc6b.zip |
email object -> email subject
Diffstat (limited to 'config/default.yaml')
-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 b7a433b99..dfba23f59 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -64,7 +64,7 @@ smtp: | |||
64 | email: | 64 | email: |
65 | body: | 65 | body: |
66 | signature: "PeerTube" | 66 | signature: "PeerTube" |
67 | object: | 67 | subject: |
68 | prefix: "[PeerTube]" | 68 | prefix: "[PeerTube]" |
69 | 69 | ||
70 | # From the project root directory | 70 | # From the project root directory |