aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2018-09-25 21:43:07 +0200
committerRigel Kent <sendmemail@rigelk.eu>2018-09-25 21:43:14 +0200
commit7bdd917a6a7038de159dde3b3d22b391e9a78230 (patch)
tree46b1643dafef363527c92f9c54a98029c611aecd
parent69fa54a0b21999b4fcafea9223ca37888c30d627 (diff)
downloadPeerTube-7bdd917a6a7038de159dde3b3d22b391e9a78230.tar.gz
PeerTube-7bdd917a6a7038de159dde3b3d22b391e9a78230.tar.zst
PeerTube-7bdd917a6a7038de159dde3b3d22b391e9a78230.zip
fix link to the list of open instances due to joinpeertube.org update
-rw-r--r--client/src/app/login/login.component.html2
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