Skip to content

Commit 6139dff

Browse files
committed
fix: job duration in weeks
ref issue #4284
1 parent fe8896d commit 6139dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/detail/components/JobPickerRow/JobPickerRow.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ class JobPickerRow extends React.PureComponent {
161161
const durationColumn = (
162162
<div styleName="col col-duration">
163163
<label className="tc-label" styleName="label">
164-
Duration (months)
164+
Duration (weeks)
165165
</label>
166166
<PositiveNumberInput
167167
styleName="noMargin"

0 commit comments

Comments
 (0)