fixe #2241 add message to filter

let users know that the filters has no compatible results
This commit is contained in:
HWFord
2024-10-10 16:17:47 +02:00
parent 2211c12856
commit 634509ce43
4 changed files with 50 additions and 16 deletions
+3 -1
View File
@@ -451,4 +451,6 @@ $lang['The PDF you requested is too large to display on this page.']= 'The PDF y
$lang['Click here to display it']= 'Click here to display it';
$lang['last 12 months'] = 'Last 12 months';
$lang['Custom dates'] = 'Custom dates';
$lang['There are no tags available for the photos currently filtered'] = 'There are no tags available for the photos currently filtered';
$lang['There are no creation dates available for the photos currently filtered'] = 'There are no creation dates available for the photos currently filtered';
$lang['There are no authors available for the photos currently filtered'] = 'There are no authors available for the photos currently filtered';