aboutsummaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2018-04-05 21:31:12 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2018-04-05 21:31:12 +0200
commit763f9e00754b10911f34bfa4292feb089a4c6bbb (patch)
tree10cf81c8dcbb3c5d0fc102149b0835c446945977 /app.json
parentUpdated signup form. (diff)
downloadnewspipe-763f9e00754b10911f34bfa4292feb089a4c6bbb.tar.gz
newspipe-763f9e00754b10911f34bfa4292feb089a4c6bbb.tar.bz2
newspipe-763f9e00754b10911f34bfa4292feb089a4c6bbb.zip
Updated install script.
Diffstat (limited to 'app.json')
-rw-r--r--app.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.json b/app.json
index 2873f5b9..181d6e40 100644
--- a/app.json
+++ b/app.json
@@ -34,7 +34,7 @@
"value": ""
},
"ADMIN_EMAIL": {
- "description": "Your email address for the authentication to the platform as an administrator.",
+ "description": "Administrator email address.",
"required": true,
"value": ""
},
bgstack15