aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-instance/instance-features-table.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-01-23 11:08:42 +0100
committerChocobozzz <me@florianbigard.com>2023-01-23 14:49:29 +0100
commitff71e06ad1ede135b8929c46c4b55a7dd3b65dc8 (patch)
tree1d43c3bc8ae6e40aee03ee05b1d087bae9ca1449 /client/src/app/shared/shared-instance/instance-features-table.component.html
parent4115f20084f302f497be9cb12237564679ca54ec (diff)
downloadPeerTube-ff71e06ad1ede135b8929c46c4b55a7dd3b65dc8.tar.gz
PeerTube-ff71e06ad1ede135b8929c46c4b55a7dd3b65dc8.tar.zst
PeerTube-ff71e06ad1ede135b8929c46c4b55a7dd3b65dc8.zip
Add user registration policy info
Diffstat (limited to 'client/src/app/shared/shared-instance/instance-features-table.component.html')
-rw-r--r--client/src/app/shared/shared-instance/instance-features-table.component.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/client/src/app/shared/shared-instance/instance-features-table.component.html b/client/src/app/shared/shared-instance/instance-features-table.component.html
index 6c05764df..205f2bc97 100644
--- a/client/src/app/shared/shared-instance/instance-features-table.component.html
+++ b/client/src/app/shared/shared-instance/instance-features-table.component.html
@@ -18,10 +18,9 @@
18 </tr> 18 </tr>
19 19
20 <tr> 20 <tr>
21 <th i18n class="label" scope="row">User registration allowed</th> 21 <th i18n class="label" scope="row">User registration</th>
22 <td> 22
23 <my-feature-boolean [value]="serverConfig.signup.allowed"></my-feature-boolean> 23 <td class="value">{{ buildRegistrationLabel() }}</td>
24 </td>
25 </tr> 24 </tr>
26 25
27 <tr> 26 <tr>