commit 6eceb545c69f98e278113938a92e4c6b347f5a43
parent f8ab0fdf3a80ca7f37f1a61a070e9efe8123c531
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Thu, 17 Oct 2024 20:42:32 +0200
fix: use different label for default-button
in order to improve searchability, change label to
"Standard" instead of "Default", so users can
search for "default" in order to find the
default_search engine
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.php b/index.php
@@ -251,7 +251,7 @@
</code>
<br><br>
<button onclick="make_default('<?php echo $searchid; ?>')">
- Choose as Default
+ Choose as Standard
</button>
</article>
<?php