diff --git a/djaoapp/views/custom_themes.py b/djaoapp/views/custom_themes.py index 5ff558197..f1de98721 100644 --- a/djaoapp/views/custom_themes.py +++ b/djaoapp/views/custom_themes.py @@ -69,7 +69,7 @@ def get_context_data(self, **kwargs): 'descr': _("This notification is sent to profile managers"\ " of a domain when a user has registered.") }, - 'role_requested': { + 'role_request_created': { 'title': _("Role requested"), 'descr': _("This notification is sent to profile managers"\ " of an organization when a user has requested a role on that organization.")