]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix client build
authorChocobozzz <me@florianbigard.com>
Mon, 12 Apr 2021 06:56:06 +0000 (08:56 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 12 Apr 2021 06:56:06 +0000 (08:56 +0200)
client/src/app/+admin/system/debug/debug.component.html

index 71f399984906f502b4ddca859e6134405b6085a6..2dc509383120adb1dd1578e05548c10690c00500 100644 (file)
@@ -4,7 +4,7 @@
   <p i18n>PeerTube thinks your web browser public IP is <strong>{{ debug?.ip }}</strong>.</p>
 
   <p i18n>If this is not your correct public IP, please consider fixing it because:</p>
-  <ul i18n>
+  <ul>
     <li i18n>Views may not be counted correctly (reduced compared to what they should be)</li>
     <li i18n>Anti brute force system could be overzealous</li>
     <li i18n>P2P system could not work correctly</li>