Fix link for account creation on another instance
This commit is contained in:
parent
e8e09e27ff
commit
f88e73f740
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
or create an account
|
||||
</a>
|
||||
|
||||
<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">
|
||||
<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">
|
||||
or create an account on another instance
|
||||
</a>
|
||||
|
||||
|
|
Loading…
Reference in a new issue