debug: fix spelling of addresses (#36326)

This commit is contained in:
Frédéric Péters 2019-09-21 09:32:28 +02:00
parent 9db6854b2b
commit 398b073ce7
1 changed files with 2 additions and 2 deletions

View File

@ -52,6 +52,6 @@ class SettingsForm(forms.Form):
required=False,
label=_('Debug log'))
debug_ips = MultipleIPAddressField(
label=_('Internal IP adresses'),
label=_('Internal IP addresses'),
required=False,
help_text=_('List of IP adresses for which to enable debugging'))
help_text=_('List of IP addresses for which to enable debugging'))