Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/shridhar-tl/jira-assistant
Browse files Browse the repository at this point in the history
… into package
  • Loading branch information
shridhar-tl committed May 23, 2023
2 parents adfef8d + 04c273b commit 04fb8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialogs/AddWorklog.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ class AddWorklog extends BaseDialog {
return super.renderBase(<div className="pad-22" onKeyPress={this.handleKeyPress}>
<div className="row pad-b">
<div className="col-sm-3">
<strong>Date started & Time spent</strong>
<strong>Date started {editTracker ? '& Time spent' : ''}</strong>
</div>
<div className="col-lg-5 col-sm-6 col-xs-12">
<div className="form-group">
Expand Down

0 comments on commit 04fb8c4

Please sign in to comment.