diff --git a/corehq/toggles/__init__.py b/corehq/toggles/__init__.py index 45558681f8be..3bd8fbc3fd1a 100644 --- a/corehq/toggles/__init__.py +++ b/corehq/toggles/__init__.py @@ -2903,7 +2903,7 @@ def domain_has_privilege_from_toggle(privilege_slug, domain): USH_RESTORE_FILE_LOCATION_CASE_SYNC_RESTRICTION = StaticToggle( 'ush_restore_file_location_case_sync_restriction', - 'USH: Limit the location-owned cases a user\'s restore file, and allow marking whether a ' + 'USH: Limit the location-owned cases in a user\'s restore file, and allow marking whether a ' 'location can have users assigned or not.', TAG_CUSTOM, namespaces=[NAMESPACE_DOMAIN],