Projet

Général

Profil

0001-planitech-fix-typo-in-description-28663.patch

Frédéric Péters, 06 décembre 2018 07:48

Télécharger (1,16 ko)

Voir les différences:

Subject: [PATCH] planitech: fix typo in description (#28663)

 passerelle/contrib/planitech/models.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
passerelle/contrib/planitech/models.py
60 60
            "required": True
61 61
        },
62 62
        "place_id": {
63
            "description": "Place idenfier",
63
            "description": "Place identifier",
64 64
            "type": "number",
65 65
            "required": True
66 66
        },
......
322 322
                'type': 'bool',
323 323
            },
324 324
            'place_id': {
325
                'description': _('Place identifer'),
325
                'description': _('Place identifier'),
326 326
                'example_value': '2',
327 327
                'type': 'int',
328 328
            }
329
-