From da82ab41c29e82a94707de54763117491243861a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 21 Jan 2026 11:07:12 +0100 Subject: 🏷️ update/adapt labels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/forms_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/forms_common.py') diff --git a/ishtar_common/forms_common.py b/ishtar_common/forms_common.py index c6bedfd14..00c0bff68 100644 --- a/ishtar_common/forms_common.py +++ b/ishtar_common/forms_common.py @@ -3529,7 +3529,7 @@ class GisRequestForm(IshtarForm): access_type = forms.ChoiceField( label=_("New access type"), choices=models_rest.API_ACCESS_TYPES ) - name = forms.CharField(label=_("Name"), max_length=150) + name = forms.CharField(label=_("Device name"), max_length=150) limit_date = DateField(label=_("Limit date"), required=False) def clean(self): -- cgit v1.2.3