aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-22 14:13:30 +0100
committerChocobozzz <me@florianbigard.com>2018-03-22 14:14:31 +0100
commit63ac2857aa6550232a1727a395c40e722c32710d (patch)
tree837ce7d32cc99b1ac476678f6f73a4bff832d8c3 /client/src/app/core
parent0c49373af9c3eaf307581c2608d3f378ca447b11 (diff)
downloadPeerTube-63ac2857aa6550232a1727a395c40e722c32710d.tar.gz
PeerTube-63ac2857aa6550232a1727a395c40e722c32710d.tar.zst
PeerTube-63ac2857aa6550232a1727a395c40e722c32710d.zip
Use instance name for page titles
Diffstat (limited to 'client/src/app/core')
-rw-r--r--client/src/app/core/server/server.service.ts3
1 files changed, 2 insertions, 1 deletions
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 {
21 private config: ServerConfig = { 21 private config: ServerConfig = {
22 instance: { 22 instance: {
23 name: 'PeerTube', 23 name: 'PeerTube',
24 shortDescription: '', 24 shortDescription: 'PeerTube, a federated (ActivityPub) video streaming platform ' +
25 'using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.',
25 defaultClientRoute: '', 26 defaultClientRoute: '',
26 customizations: { 27 customizations: {
27 javascript: '', 28 javascript: '',