aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/system
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-04-12 08:56:06 +0200
committerChocobozzz <me@florianbigard.com>2021-04-12 08:56:06 +0200
commit32af2ea6fa4953aec583bd0f2c3392db290a4058 (patch)
tree92a85b9bf4f1bf9e5b42e1e30f90b41b893b433a /client/src/app/+admin/system
parente0436741397f4d8a51442c9d8b15a9bfb95be7b8 (diff)
downloadPeerTube-32af2ea6fa4953aec583bd0f2c3392db290a4058.tar.gz
PeerTube-32af2ea6fa4953aec583bd0f2c3392db290a4058.tar.zst
PeerTube-32af2ea6fa4953aec583bd0f2c3392db290a4058.zip
Fix client build
Diffstat (limited to 'client/src/app/+admin/system')
-rw-r--r--client/src/app/+admin/system/debug/debug.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+admin/system/debug/debug.component.html b/client/src/app/+admin/system/debug/debug.component.html
index 71f399984..2dc509383 100644
--- a/client/src/app/+admin/system/debug/debug.component.html
+++ b/client/src/app/+admin/system/debug/debug.component.html
@@ -4,7 +4,7 @@
4 <p i18n>PeerTube thinks your web browser public IP is <strong>{{ debug?.ip }}</strong>.</p> 4 <p i18n>PeerTube thinks your web browser public IP is <strong>{{ debug?.ip }}</strong>.</p>
5 5
6 <p i18n>If this is not your correct public IP, please consider fixing it because:</p> 6 <p i18n>If this is not your correct public IP, please consider fixing it because:</p>
7 <ul i18n> 7 <ul>
8 <li i18n>Views may not be counted correctly (reduced compared to what they should be)</li> 8 <li i18n>Views may not be counted correctly (reduced compared to what they should be)</li>
9 <li i18n>Anti brute force system could be overzealous</li> 9 <li i18n>Anti brute force system could be overzealous</li>
10 <li i18n>P2P system could not work correctly</li> 10 <li i18n>P2P system could not work correctly</li>