Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit bd05dbf

Browse files
committed
chore: rename to "Job Name"
1 parent 5f11c85 commit bd05dbf

File tree

1 file changed

+1
-1
lines changed
  • src/routes/WorkPeriods/components/PeriodItem

1 file changed

+1
-1
lines changed

src/routes/WorkPeriods/components/PeriodItem/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const PeriodItem = ({
9595
const jobName = useMemo(
9696
() => (
9797
<span className={styles.tooltipContent}>
98-
<span className={styles.tooltipLabel}>Job Title:</span>&nbsp;
98+
<span className={styles.tooltipLabel}>Job Name:</span>&nbsp;
9999
<JobName jobId={item.jobId} />
100100
</span>
101101
),

0 commit comments

Comments
 (0)