From e0436741397f4d8a51442c9d8b15a9bfb95be7b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Miko=C5=82ajczak?= Date: Mon, 12 Apr 2021 08:43:40 +0200 Subject: Add `i18n` prop where it is missing (#3946) * Add `i18n` prop * Update video-comment-list.component.html * Update account-blocklist.component.html * Update server-blocklist.component.html * Update video-redundancies-list.component.html * Update following-list.component.html * Update followers-list.component.html --- .../followers-list/followers-list.component.html | 2 +- .../following-list/following-list.component.html | 2 +- .../video-redundancies-list.component.html | 2 +- .../video-comment-list.component.html | 2 +- .../src/app/+admin/system/debug/debug.component.html | 20 ++++++++++---------- .../account-blocklist.component.html | 2 +- .../server-blocklist.component.html | 2 +- 7 files changed, 16 insertions(+), 16 deletions(-) (limited to 'client/src') diff --git a/client/src/app/+admin/follows/followers-list/followers-list.component.html b/client/src/app/+admin/follows/followers-list/followers-list.component.html index 622d464e4..633de9677 100644 --- a/client/src/app/+admin/follows/followers-list/followers-list.component.html +++ b/client/src/app/+admin/follows/followers-list/followers-list.component.html @@ -24,7 +24,7 @@ - Actions + Actions Follower handle State Score diff --git a/client/src/app/+admin/follows/following-list/following-list.component.html b/client/src/app/+admin/follows/following-list/following-list.component.html index cf87ec05f..f4e6a60fe 100644 --- a/client/src/app/+admin/follows/following-list/following-list.component.html +++ b/client/src/app/+admin/follows/following-list/following-list.component.html @@ -31,7 +31,7 @@ - Action + Action Host State Created diff --git a/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html b/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html index a654e51a6..f3bcca497 100644 --- a/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html +++ b/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html @@ -24,7 +24,7 @@ - Action + Action Strategy Video Total size diff --git a/client/src/app/+admin/moderation/video-comment-list/video-comment-list.component.html b/client/src/app/+admin/moderation/video-comment-list/video-comment-list.component.html index fa4a8edfd..d1ecc2834 100644 --- a/client/src/app/+admin/moderation/video-comment-list/video-comment-list.component.html +++ b/client/src/app/+admin/moderation/video-comment-list/video-comment-list.component.html @@ -5,7 +5,7 @@ -This view also shows comments from muted accounts. +This view also shows comments from muted accounts. -

IP

+

IP address

-

PeerTube thinks your web browser public IP is {{ debug?.ip }}.

+

PeerTube thinks your web browser public IP is {{ debug?.ip }}.

-

If this is not your correct public IP, please consider fixing it because:

-
    -
  • Views may not be counted correctly (reduced compared to what they should be)
  • -
  • Anti brute force system could be overzealous
  • -
  • P2P system could not work correctly
  • +

    If this is not your correct public IP, please consider fixing it because:

    +
      +
    • Views may not be counted correctly (reduced compared to what they should be)
    • +
    • Anti brute force system could be overzealous
    • +
    • P2P system could not work correctly
    -

    To fix it:

    +

    To fix it:

      -
    • Check the trust_proxy configuration key
    • -
    • If you run PeerTube using Docker, check you run the reverse-proxy with network_mode: "host" +
    • Check the trust_proxy configuration key
    • +
    • If you run PeerTube using Docker, check you run the reverse-proxy with network_mode: "host" (see issue 1643)
    diff --git a/client/src/app/shared/shared-moderation/account-blocklist.component.html b/client/src/app/shared/shared-moderation/account-blocklist.component.html index 7eca6411e..fb6f69cd5 100644 --- a/client/src/app/shared/shared-moderation/account-blocklist.component.html +++ b/client/src/app/shared/shared-moderation/account-blocklist.component.html @@ -24,7 +24,7 @@ - Action + Action Account Muted at diff --git a/client/src/app/shared/shared-moderation/server-blocklist.component.html b/client/src/app/shared/shared-moderation/server-blocklist.component.html index a6e974b36..537186f05 100644 --- a/client/src/app/shared/shared-moderation/server-blocklist.component.html +++ b/client/src/app/shared/shared-moderation/server-blocklist.component.html @@ -31,7 +31,7 @@ - Action + Action Instance Muted at -- cgit v1.2.3