diff options
author | Dyras <12563436+Dyras@users.noreply.github.com> | 2022-03-30 17:55:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-30 18:55:35 +0300 |
commit | b2fc2a0ac086c347adcb511c852860a2658d2c33 (patch) | |
tree | 3de0d12b415533fee8213b01e060f250fa22135a /src | |
parent | Bump version to 1.6 (diff) | |
download | libredirect-b2fc2a0ac086c347adcb511c852860a2658d2c33.zip |
Fixes typo on the Search page (#145)
Diffstat (limited to 'src')
-rw-r--r-- | src/pages/options/search/search.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/options/search/search.html b/src/pages/options/search/search.html index 613e4d0f..6544b3a9 100644 --- a/src/pages/options/search/search.html +++ b/src/pages/options/search/search.html @@ -154,7 +154,7 @@ </div> <div class="some-block"> - <h4>Note: To use Search to it's full potential, make LibRedirect as the + <h4>Note: To use Search to its full potential, make LibRedirect as the Default Search Engine </h4> </div> @@ -274,4 +274,4 @@ <!-- <script src="../../assets/javascripts/localise.js"></script> --> </body> -</html> \ No newline at end of file +</html> |