From 7b15b0723f0577cc5ea946c49bb534b088ab477d Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 26 Nov 2023 14:37:08 +0200 Subject: [PATCH] fix search title --- src/webui/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/search.php b/src/webui/search.php index 53ad766..3d00c94 100644 --- a/src/webui/search.php +++ b/src/webui/search.php @@ -119,7 +119,7 @@ $results = $query->offset($p * $config->webui->pagination->limit - $config->webu - <?php echo sprintf(_('%s - YGGo!'), htmlentities($q)) ?> + <?php echo sprintf(_('Yo! %s'), htmlentities($q)) ?>