Skip to content

Commit

Permalink
Change 'Imported Regsitrants' to 'Imported Registrants'
Browse files Browse the repository at this point in the history
  • Loading branch information
Q-Niranjan committed Jan 7, 2025
1 parent 1a7ed33 commit 930700d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class G2PFetchSocialRegistryBeneficiary(models.Model):
imported_registrant_ids = fields.One2many(
"g2p.social.registry.imported.registrants",
"fetch_social_registry_id",
"Imported Regsitrants",
"Imported Registrants",
readonly=True,
)

Expand Down

0 comments on commit 930700d

Please sign in to comment.