diff options
Diffstat (limited to 'src/pages/options/lbry')
-rw-r--r-- | src/pages/options/lbry/lbry.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/options/lbry/lbry.html b/src/pages/options/lbry/lbry.html index 40000076..4f7332dc 100644 --- a/src/pages/options/lbry/lbry.html +++ b/src/pages/options/lbry/lbry.html @@ -179,7 +179,7 @@ </div> <form class="custom-instance-form"> <div class="some-block option-block"> - <input class="custom-instance" placeholder="https://librarian.com" type="url" /> + <input class="custom-instance" placeholder="http://librarian.onion" type="url" /> <button type="submit" class="add add-instance"> <svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 0 24 24" width="20px" fill="currentColor"> @@ -200,4 +200,4 @@ <script type="module" src="../../../assets/javascripts/localise.js"></script> </body> -</html> \ No newline at end of file +</html> |