diff options
author | Chocobozzz <me@florianbigard.com> | 2019-09-05 10:23:12 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-09-05 10:23:12 +0200 |
commit | b3879928b6d7027d7fea6bb3c9ff9125c149b872 (patch) | |
tree | 5c9b0113fdea97b4685729ce3a6ceb3133a05f6e /client | |
parent | 43d35494b5d9774617be3fb186b0f180651b99fa (diff) | |
download | PeerTube-b3879928b6d7027d7fea6bb3c9ff9125c149b872.tar.gz PeerTube-b3879928b6d7027d7fea6bb3c9ff9125c149b872.tar.zst PeerTube-b3879928b6d7027d7fea6bb3c9ff9125c149b872.zip |
Clearer debug IP message
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/+admin/system/debug/debug.component.html | 2 |
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 f35414b37..75f3df601 100644 --- a/client/src/app/+admin/system/debug/debug.component.html +++ b/client/src/app/+admin/system/debug/debug.component.html | |||
@@ -1,7 +1,7 @@ | |||
1 | <div class="root"> | 1 | <div class="root"> |
2 | <h4>IP</h4> | 2 | <h4>IP</h4> |
3 | 3 | ||
4 | <p>PeerTube thinks your public IP is <strong>{{ debug?.ip }}</strong>.</p> | 4 | <p>PeerTube thinks your web browser public IP is <strong>{{ debug?.ip }}</strong>.</p> |
5 | 5 | ||
6 | <p>If this is not your correct public IP, please consider fixing it because:</p> | 6 | <p>If this is not your correct public IP, please consider fixing it because:</p> |
7 | <ul> | 7 | <ul> |