Skip to content

Commit

Permalink
chore: fix modal title from user to cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
macintoshpie committed Feb 4, 2021
1 parent 2bb676b commit 6a76e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed/static/seed/partials/delete_cycle_modal.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="modal-header">
<h4 class="modal-title" translate>Delete User?</h4>
<h4 class="modal-title" translate>Delete Cycle?</h4>
</div>
<div class="modal-body">
<div ng-if="cycle_has_inventory == null" class="container-fluid">
Expand Down

0 comments on commit 6a76e0a

Please sign in to comment.