Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
seanshahkarami committed Oct 25, 2022
1 parent b0da0e3 commit 1eea150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/new-user.slack
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends django_slack %}

{% block text %}
A user new has registered! Let's welcome {{ user.name|safe }} to Waggle! :tada:
A new user has registered! Let's welcome {{ user.name|safe }} to Waggle! :tada:
{% endblock %}

0 comments on commit 1eea150

Please sign in to comment.