From cf77d35e7a3d4e1e5cc7305240c9cd60eafced30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 6 Dec 2018 07:47:56 +0100 Subject: [PATCH] planitech: fix typo in description (#28663) --- passerelle/contrib/planitech/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/passerelle/contrib/planitech/models.py b/passerelle/contrib/planitech/models.py index 9c996c1..c9a4baa 100644 --- a/passerelle/contrib/planitech/models.py +++ b/passerelle/contrib/planitech/models.py @@ -60,7 +60,7 @@ CREATE_RESERVATION_SCHEMA = { "required": True }, "place_id": { - "description": "Place idenfier", + "description": "Place identifier", "type": "number", "required": True }, @@ -322,7 +322,7 @@ class PlanitechConnector(BaseResource): 'type': 'bool', }, 'place_id': { - 'description': _('Place identifer'), + 'description': _('Place identifier'), 'example_value': '2', 'type': 'int', } -- 2.20.0.rc2