Skip to content

Commit bbab8cb

Browse files
committed
Upd tooltips
1 parent e71929c commit bbab8cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/screens/hours/components/TotalHours/TotalHours.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import { observer } from 'mobx-react';
3-
import { Space, Tooltip } from 'antd';
3+
import { Space } from 'antd';
44

55
import * as TaskHooks from '../../../../hooks/TaskHooks';
66
import TaskTimeItemModel from '../../../../models/TaskTimeItemModel';
@@ -49,11 +49,11 @@ const TotalHours = observer((props: TotalHoursProps) => {
4949
{
5050
icon: 'mi-notifications',
5151
label: getTime(estimatedWorkingTimeEnd),
52-
tooltip: 'Estimated end of working hours',
52+
tooltip: 'Estimated end time',
5353
},
5454
{
5555
label: msToTime(restHoursMs, false),
56-
tooltip: 'Left to work',
56+
tooltip: 'Time left',
5757
},
5858
];
5959

0 commit comments

Comments
 (0)