Skip to content

Commit

Permalink
Update text from body/bodies to agency/agencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sthapa committed Jan 21, 2025
1 parent e44ab31 commit 1dd7b99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions froide/account/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ class Meta:

ADDRESS_REQUIRED_HELP_TEXT = _(
"Your address will not be displayed "
"publicly and is only needed because a public body "
"publicly and is only needed because a public agency "
"will likely want to send you paper."
)

ADDRESS_HELP_TEXT = _(
"Your address will not be displayed "
"publicly and is only needed in case a public body "
"publicly and is only needed in case a public agency "
"needs to send you paper."
)

Expand Down Expand Up @@ -142,7 +142,7 @@ class NewUserBaseForm(AddressBaseForm):
label=_("Hide my name from public view"),
help_text=format_html(
_(
"If you check this, your name will still appear in requests to public bodies, but we will do our best to not display it publicly. However, we cannot guarantee your anonymity"
"If you check this, your name will still appear in requests to public agencies, but we will do our best to not display it publicly. However, we cannot guarantee your anonymity"
)
),
)
Expand Down

0 comments on commit 1dd7b99

Please sign in to comment.