Projet

Général

Profil

0001-debug-fix-spelling-of-addresses-36326.patch

Frédéric Péters, 21 septembre 2019 09:32

Télécharger (886 octets)

Voir les différences:

Subject: [PATCH] debug: fix spelling of addresses (#36326)

 hobo/debug/forms.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
hobo/debug/forms.py
52 52
        required=False,
53 53
        label=_('Debug log'))
54 54
    debug_ips = MultipleIPAddressField(
55
        label=_('Internal IP adresses'),
55
        label=_('Internal IP addresses'),
56 56
        required=False,
57
        help_text=_('List of IP adresses for which to enable debugging'))
57
        help_text=_('List of IP addresses for which to enable debugging'))
58
-