diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-24 00:55:12 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-24 00:55:12 +0200 |
commit | 9ca1e3a02c3c7a2beaf8a71d46e9d7da270acc3d (patch) | |
tree | c5bd2f627824a1248827eb38b75325f64a45e63c /client/src/app/login | |
parent | bb5d74289b858fae04975477a9572b57ee6237c5 (diff) | |
download | PeerTube-9ca1e3a02c3c7a2beaf8a71d46e9d7da270acc3d.tar.gz PeerTube-9ca1e3a02c3c7a2beaf8a71d46e9d7da270acc3d.tar.zst PeerTube-9ca1e3a02c3c7a2beaf8a71d46e9d7da270acc3d.zip |
fix link to the list of open instances
Diffstat (limited to 'client/src/app/login')
-rw-r--r-- | client/src/app/login/login.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/login/login.component.html b/client/src/app/login/login.component.html index 267a2d857..fa585c883 100644 --- a/client/src/app/login/login.component.html +++ b/client/src/app/login/login.component.html | |||
@@ -19,7 +19,7 @@ | |||
19 | or create an account | 19 | or create an account |
20 | </a> | 20 | </a> |
21 | 21 | ||
22 | <a i18n *ngIf="signupAllowed === false" href="https://joinpeertube.org/en/#getting-started" target="_blank" title="Click here to see how to get started!" class="create-an-account"> | 22 | <a i18n *ngIf="signupAllowed === false" href="https://joinpeertube.org/en/#register" target="_blank" title="Click here to see a list of instances where to register" class="create-an-account"> |
23 | or create an account on another instance | 23 | or create an account on another instance |
24 | </a> | 24 | </a> |
25 | 25 | ||