Skip to content

Commit

Permalink
chore: i18n
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Surowiec <[email protected]>
  • Loading branch information
0x29a and Agrendalath authored Nov 17, 2023
1 parent c5d2ee7 commit 33605a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enterprise/api/v1/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ def algolia_key(self, request, *args, **kwargs):
).values_list("uuid", flat=True)

if len(queryset) == 0:
raise NotFound("User is not linked to any enterprise customers.")
raise NotFound(_("User is not linked to any enterprise customers."))

secured_key = SearchClient.generate_secured_api_key(
settings.ENTERPRISE_ALGOLIA_SEARCH_API_KEY,
Expand Down

0 comments on commit 33605a9

Please sign in to comment.