Skip to content

Commit

Permalink
sentence correction (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
vikasosmium authored Jan 6, 2025
1 parent 4000f23 commit 44b5e7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/join-section.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
@disabled={{true}}
>Join the Squad</LinkTo>
<p data-test-join-later-text class='join__later-text'>
We're currently not accepting new applications. Please check back in 2024.</p>
We're currently not accepting new applications. Please come back later.</p>
</section>
{{/if}}
2 changes: 1 addition & 1 deletion app/templates/subscribe.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</div>
{{else}}
<h1>Join the Real Dev Squad Community</h1>
<p class="notification__text">We're currently not accepting new applications. Please check back in 2024.</p>
<p class="notification__text">We're currently not accepting new applications. Please come back later.</p>
<p class="sub__text">Be the first to know when applications open!</p>
<button class="notify__btn" type="button" {{on "click" this.toggleFormModal}}>Notify Me When Applications Open</button>
{{/if}}
Expand Down

0 comments on commit 44b5e7a

Please sign in to comment.