aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/login
diff options
context:
space:
mode:
authorYorwba <yorwb4@gmail.com>2019-11-12 14:35:52 +0100
committerChocobozzz <chocobozzz@cpy.re>2019-11-13 08:58:17 +0100
commitf88e73f740f978859b32855451b64bbbd1c9dfb5 (patch)
tree79320676fb6758fbf71e737433b2186fcea64b8c /client/src/app/login
parente8e09e27ff49e694638b7f24dbb97e8de25ac416 (diff)
downloadPeerTube-f88e73f740f978859b32855451b64bbbd1c9dfb5.tar.gz
PeerTube-f88e73f740f978859b32855451b64bbbd1c9dfb5.tar.zst
PeerTube-f88e73f740f978859b32855451b64bbbd1c9dfb5.zip
Fix link for account creation on another instance
Diffstat (limited to 'client/src/app/login')
-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 3fb1247c8..9bbeab3be 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/#instances-list" 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/instances#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