diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-25 21:43:07 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-25 21:43:14 +0200 |
commit | 7bdd917a6a7038de159dde3b3d22b391e9a78230 (patch) | |
tree | 46b1643dafef363527c92f9c54a98029c611aecd /client/src | |
parent | 69fa54a0b21999b4fcafea9223ca37888c30d627 (diff) | |
download | PeerTube-7bdd917a6a7038de159dde3b3d22b391e9a78230.tar.gz PeerTube-7bdd917a6a7038de159dde3b3d22b391e9a78230.tar.zst PeerTube-7bdd917a6a7038de159dde3b3d22b391e9a78230.zip |
fix link to the list of open instances due to joinpeertube.org update
Diffstat (limited to 'client/src')
-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 fa585c883..910583193 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/#register" target="_blank" title="Click here to see a list of instances where to register" class="create-an-account"> | 22 | <a i18n *ngIf="signupAllowed === false" href="https://joinpeertube.org/en/#instances-list" 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 | ||