mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: label update for date dropdown (#6832)
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user