fix: label update for date dropdown (#6832)

This commit is contained in:
Vamsi Krishna 2025-03-27 13:52:30 +05:30 committed by GitHub
parent fb2987e9ef
commit 1121c58ada
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -226,7 +226,7 @@ export const CycleListItemAction: FC<Props> = observer((props) => {
</span>
}
disabled={!isProjectTimeZoneDifferent()}
tooltipHeading={t("project_cycles.date_range")}
tooltipHeading={t("project_cycles.in_your_timezone")}
>
<div className="flex gap-1 text-xs text-custom-text-300 font-medium items-center">
<CalendarDays className="h-3 w-3 flex-shrink-0 my-auto" />