Skip to content

Commit

Permalink
Spelling fix. (#2088)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeburg authored Aug 6, 2024
1 parent d361c17 commit 877fa16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/shift-check-in-out.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
{{/if}}

{{#if this.showPositionDialog}}
<ModalDialog @title="Correct Sift Position" @onEscape={{this.cancelUpdatePosition}} as |Modal|>
<ModalDialog @title="Correct Shift Position" @onEscape={{this.cancelUpdatePosition}} as |Modal|>
<Modal.body>
<p>
This action is intended to correct a shift check in where the wrong position was selected.
Expand Down

0 comments on commit 877fa16

Please sign in to comment.