From 0b6f2bc0029edd3e4456130802246a55b032b97d Mon Sep 17 00:00:00 2001 From: Wei Lu Date: Wed, 15 Jan 2025 15:09:01 -0500 Subject: [PATCH] fix: add missing translation for unauthorized.location --- locale/en/LC_MESSAGES/django.po | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locale/en/LC_MESSAGES/django.po b/locale/en/LC_MESSAGES/django.po index 6d3c8c2..aa7f21e 100644 --- a/locale/en/LC_MESSAGES/django.po +++ b/locale/en/LC_MESSAGES/django.po @@ -24,6 +24,9 @@ msgstr "" msgid "unauthorized" msgstr "User not authorized for this operation" +msgid "unauthorized.location" +msgstr "User not authorized for this operation due to limited location permissions" + #: core/schema.py:1537 msgid "mutation.user_email_invalid" msgstr ""