Skip to content

Commit 82b326b

Browse files
authored
minor UI tweaks
1 parent 1c84c15 commit 82b326b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/work/work.list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="form-group col-md-12">
44
<div class="row">
55
<div class="col-md-8">
6-
<h2>Steps for Project item # {{workObj.id}}</h2>
6+
<h2>Project Phases</h2>
77
</div>
88
<div class="col-md-4">
99
<button ng-click="reloadWork()" type="submit" class="btn btn-sm btn-info pull-rigth">
@@ -49,7 +49,7 @@ <h2>Steps for Project item # {{workObj.id}}</h2>
4949
<a href="javascript:;;"
5050
class="btn btn-sm btn-success"
5151
ui-sref="index.workStepEdit({ id: workObj.id, stepId: step.id })">
52-
<strong>Edit Step</strong>
52+
<strong>Edit Phase</strong>
5353
</a>
5454
</td>
5555
</tr>

0 commit comments

Comments
 (0)