Skip to content

Commit

Permalink
M #-: Fix Label button to Update action
Browse files Browse the repository at this point in the history
Now when you update an action, label is "Edit",
i suggest to change it into "Update"

HTH
Alessandro

(cherry picked from commit bacd1cb)
(cherry picked from commit 38c9f2d)
  • Loading branch information
lota authored and rsmontero committed Apr 17, 2023
1 parent fad0484 commit 387d779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sunstone/public/app/utils/schedule_action/html.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,6 @@
<tr class="create">
<td>
<button style="margin-top: 15px;" id="add_{{res}}_action_json" class="button small success secondary radius">{{tr "Add"}}</button>
<button style="margin-top: 15px;" id="edit_{{res}}_action_json" class="button small warning radius">{{tr "Edit"}}</button>
<button style="margin-top: 15px;" id="edit_{{res}}_action_json" class="button small success radius">{{tr "Update"}}</button>
</td>
</tr>
</tr>

0 comments on commit 387d779

Please sign in to comment.