diff --git a/htdocs/core/lib/agenda.lib.php b/htdocs/core/lib/agenda.lib.php
index 6da3b5cbc10..54e2b281f05 100644
--- a/htdocs/core/lib/agenda.lib.php
+++ b/htdocs/core/lib/agenda.lib.php
@@ -124,7 +124,7 @@ function print_actions_filter($form, $canedit, $status, $year, $month, $day, $sh
{
// Filter on hours
print '
';
- print '
'.$langs->trans("WorkingTimeRange").'
';
+ print '
'.$langs->trans("VisibleTimeRange").'
';
print "
";
print '';
if (empty($conf->dol_use_jmobile)) print ' - ';
@@ -134,7 +134,7 @@ function print_actions_filter($form, $canedit, $status, $year, $month, $day, $sh
// Filter on days
print '
';
- print '
'.$langs->trans("WorkingDaysRange").'
';
+ print '
'.$langs->trans("VisibleDaysRange").'
';
print "
";
print '';
if (empty($conf->dol_use_jmobile)) print ' - ';
diff --git a/htdocs/langs/en_US/agenda.lang b/htdocs/langs/en_US/agenda.lang
index 1c45811f062..cb7959a0901 100644
--- a/htdocs/langs/en_US/agenda.lang
+++ b/htdocs/langs/en_US/agenda.lang
@@ -90,6 +90,8 @@ ExtSiteUrlAgenda=URL to access .ical file
ExtSiteNoLabel=No Description
WorkingTimeRange=Working time range
WorkingDaysRange=Working days range
+VisibleTimeRange=Visible time range
+VisibleDaysRange=Visible days range
AddEvent=Create event
MyAvailability=My availability
ActionType=Event type