Skip to content

Commit

Permalink
fix typo in view name
Browse files Browse the repository at this point in the history
  • Loading branch information
calellowitz committed Dec 4, 2024
1 parent a3b39ff commit f1a02f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corehq/tabs/tabclasses.py
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,7 @@ def connect_urls(self):
if toggles.COMMCARE_CONNECT.enabled(self.domain):
connect_urls.append({
'title': _('User Consent'),
'url': reverse(ConnectMesssagingUserView.urlname, args=[self.domain]),
'url': reverse(ConnectMessagingUserView.urlname, args=[self.domain]),
})

@property
Expand Down

0 comments on commit f1a02f8

Please sign in to comment.