diff options
Diffstat (limited to 'src/pages/options/reddit')
-rw-r--r-- | src/pages/options/reddit/reddit.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pages/options/reddit/reddit.html b/src/pages/options/reddit/reddit.html index 89d5e4f1..2394f665 100644 --- a/src/pages/options/reddit/reddit.html +++ b/src/pages/options/reddit/reddit.html @@ -7,7 +7,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="icon" type="image/x-icon" href="../../../assets/images/libredirect.svg" /> <link href="../../stylesheets/styles.css" rel="stylesheet" /> - <title>LibRedirect options: Twitter</title> + <title>LibRedirect Options: Reddit</title> </head> <body class="option"> @@ -21,7 +21,7 @@ </div> <div class="title"> <img src="../../../assets/images/youtube-icon.png" /> - <a href="../youtube/youtube.html">Youtube</a> + <a href="../youtube/youtube.html">YouTube</a> </div> <div class="title"> <img src="../../../assets/images/twitter-icon.png" /> @@ -125,7 +125,7 @@ <div class="some-block option-block"> <h4>Frontend</h4> <select id="reddit-frontend"> - <option value="libreddit">LibReddit</option> + <option value="libreddit">Libreddit</option> <option value="teddit">Teddit</option> </select> </div> @@ -188,4 +188,4 @@ <!-- <script src="../../assets/javascripts/localise.js"></script> --> </body> -</html> \ No newline at end of file +</html> |