Skip to content

Commit

Permalink
#1766 Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Mar 18, 2021
1 parent bb5e263 commit 20a1679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/views/partials/case/case.procedures.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h4>
<div class="ttp-body" ng-show="$vm.expanded[proc._id]">
<div class="row mb-xs">
<div class="col-sm-3">
<label>Created At</label>
<label>Created By</label>
<div>
<user-info value="proc._createdBy" field="organisation"></user-info>/<user-info value="proc._createdBy" field="name"></user-info>
</div>
Expand Down

0 comments on commit 20a1679

Please sign in to comment.