Skip to content

Commit

Permalink
Fix provier_name in notification template (#11066)
Browse files Browse the repository at this point in the history
* Fix provier_name in notification template

* Update readthedocs/oauth/notifications.py

---------

Co-authored-by: Manuel Kaufmann <[email protected]>
  • Loading branch information
ericholscher and humitos authored Jan 30, 2024
1 parent 400b31c commit 85fb6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/oauth/notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
),
Message(
id=MESSAGE_OAUTH_BUILD_STATUS_FAILURE,
header=_("{{provier_name}} build status report failed"),
header=_("{{provider_name}} build status report failed"),
body=_(
textwrap.dedent(
"""
Expand Down

0 comments on commit 85fb6a1

Please sign in to comment.