From 63ac2857aa6550232a1727a395c40e722c32710d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 22 Mar 2018 14:13:30 +0100 Subject: Use instance name for page titles --- client/src/app/core/server/server.service.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/src/app/core/server/server.service.ts') diff --git a/client/src/app/core/server/server.service.ts b/client/src/app/core/server/server.service.ts index bd85d9f0f..0b63ef5be 100644 --- a/client/src/app/core/server/server.service.ts +++ b/client/src/app/core/server/server.service.ts @@ -21,7 +21,8 @@ export class ServerService { private config: ServerConfig = { instance: { name: 'PeerTube', - shortDescription: '', + shortDescription: 'PeerTube, a federated (ActivityPub) video streaming platform ' + + 'using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.', defaultClientRoute: '', customizations: { javascript: '', -- cgit v1.2.3