diff options
Diffstat (limited to 'src/pages/options/peertube')
-rw-r--r-- | src/pages/options/peertube/peertube.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/options/peertube/peertube.html b/src/pages/options/peertube/peertube.html index c4190498..f8258bfa 100644 --- a/src/pages/options/peertube/peertube.html +++ b/src/pages/options/peertube/peertube.html @@ -179,7 +179,7 @@ </div> <form class="custom-instance-form"> <div class="some-block option-block"> - <input class="custom-instance" placeholder="https://simpleertube.com" type="url" /> + <input class="custom-instance" placeholder="http://simpleertube.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"> @@ -199,4 +199,4 @@ <script type="module" src="../../../assets/javascripts/localise.js"></script> </body> -</html> \ No newline at end of file +</html> |