Skip to content

Commit

Permalink
chore: fix tooltips for schedule form item
Browse files Browse the repository at this point in the history
  • Loading branch information
garethgeorge committed Sep 5, 2024
1 parent 656ac9e commit b5e6feb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webui/src/components/ScheduleFormItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,17 +200,17 @@ export const ScheduleFormItem = ({
</Tooltip>
</Radio.Button>
<Radio.Button value={"maxFrequencyHours"}>
<Tooltip title="Schedule will run at the specified interval in hours relative to Backrest's start time.">
<Tooltip title="Schedule will run at the specified interval in hours.">
Interval Hours
</Tooltip>
</Radio.Button>
<Radio.Button value={"maxFrequencyDays"}>
<Tooltip title="Schedule will run at the specified interval in days relative to Backrest's start time.">
<Tooltip title="Schedule will run at the specified interval in days.">
Interval Days
</Tooltip>
</Radio.Button>
<Radio.Button value={"cron"}>
<Tooltip title="Schedule will run based on a cron schedule evaluated relative to Backrest's start time.">
<Tooltip title="Schedule will run based on a cron schedule.">
Cron
</Tooltip>
</Radio.Button>
Expand Down

0 comments on commit b5e6feb

Please sign in to comment.