Skip to content

Commit 1dd7b99

Browse files
committed
Update text from body/bodies to agency/agencies
1 parent e44ab31 commit 1dd7b99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

froide/account/forms.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ class Meta:
5353

5454
ADDRESS_REQUIRED_HELP_TEXT = _(
5555
"Your address will not be displayed "
56-
"publicly and is only needed because a public body "
56+
"publicly and is only needed because a public agency "
5757
"will likely want to send you paper."
5858
)
5959

6060
ADDRESS_HELP_TEXT = _(
6161
"Your address will not be displayed "
62-
"publicly and is only needed in case a public body "
62+
"publicly and is only needed in case a public agency "
6363
"needs to send you paper."
6464
)
6565

@@ -142,7 +142,7 @@ class NewUserBaseForm(AddressBaseForm):
142142
label=_("Hide my name from public view"),
143143
help_text=format_html(
144144
_(
145-
"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"
145+
"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"
146146
)
147147
),
148148
)

0 commit comments

Comments
 (0)