From c0dd2cbd4924d6c2f0ef6cd43935d258c252fc8c Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Mon, 15 Jan 2024 13:41:51 +0100 Subject: [PATCH] ViewPhotoAlbum: drop 'Show' from empty filter caption --- controllers/ViewPhotoAlbum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/ViewPhotoAlbum.php b/controllers/ViewPhotoAlbum.php index 3c7be88..59f7727 100644 --- a/controllers/ViewPhotoAlbum.php +++ b/controllers/ViewPhotoAlbum.php @@ -50,7 +50,7 @@ class ViewPhotoAlbum extends HTMLController $filters = []; if (!empty($contributors)) { - $filters[''] = ['id_user' => null, 'label' => '', 'caption' => 'Show all photos', + $filters[''] = ['id_user' => null, 'label' => '', 'caption' => 'All photos', 'link' => $tag->getUrl()]; foreach ($contributors as $contributor)