fix: label update for date dropdown (#6832)
This commit is contained in:
parent
fb2987e9ef
commit
1121c58ada
1 changed files with 1 additions and 1 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue