Skip to content

Commit

Permalink
Merge pull request WikipediaLibrary#1164 from NovemLinguae/no-translate
Browse files Browse the repository at this point in the history
Add clarifying text to the Suggest page
  • Loading branch information
suecarmol authored May 19, 2023
2 parents 32a572b + 3601f4e commit eb94960
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions TWLight/resources/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ def __init__(self, *args, **kwargs):
self.fields["suggested_company_name"].label = _("Name of the potential partner")
# Translators: This labels a textfield where users can enter the description of the potential partner they'll suggest
self.fields["description"].label = _("Description")
self.fields["description"].widget = forms.Textarea(
attrs={
"placeholder": "You may use any language here. However, it is not translatable via TranslateWiki."
}
)
# Translators: This labels a textfield where users can enter the website URL of the potential partner they'll suggest
self.fields["company_url"].label = _("Website")
# @TODO: This sort of gets repeated in PartnerSuggestionView.
Expand Down

0 comments on commit eb94960

Please sign in to comment.