diff options
author | Chocobozzz <me@florianbigard.com> | 2021-01-14 09:43:06 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-01-14 09:43:06 +0100 |
commit | 51de2c7ff3304a553d4e422c2eef23910edf5b55 (patch) | |
tree | c4b50126f4fd393d7a7e0fc3cf88e17226ce1aaa /client/src/app/modal/instance-config-warning-modal.component.ts | |
parent | 5ec8a71f8471bbbd6b8e77bae2550cc28930f9ab (diff) | |
download | PeerTube-51de2c7ff3304a553d4e422c2eef23910edf5b55.tar.gz PeerTube-51de2c7ff3304a553d4e422c2eef23910edf5b55.tar.zst PeerTube-51de2c7ff3304a553d4e422c2eef23910edf5b55.zip |
Update project description
Diffstat (limited to 'client/src/app/modal/instance-config-warning-modal.component.ts')
-rw-r--r-- | client/src/app/modal/instance-config-warning-modal.component.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/app/modal/instance-config-warning-modal.component.ts b/client/src/app/modal/instance-config-warning-modal.component.ts index 1c90f190a..c42413fc0 100644 --- a/client/src/app/modal/instance-config-warning-modal.component.ts +++ b/client/src/app/modal/instance-config-warning-modal.component.ts | |||
@@ -31,8 +31,7 @@ export class InstanceConfigWarningModalComponent { | |||
31 | } | 31 | } |
32 | 32 | ||
33 | isDefaultShortDescription (description: string) { | 33 | isDefaultShortDescription (description: string) { |
34 | return description === 'PeerTube, a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly ' + | 34 | return description === 'PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.' |
35 | 'in the web browser with WebTorrent and Angular.' | ||
36 | } | 35 | } |
37 | 36 | ||
38 | private doNotOpenAgain () { | 37 | private doNotOpenAgain () { |