Skip to content

Commit

Permalink
update description of sede field in UnitaOrganizzativa CT (#241)
Browse files Browse the repository at this point in the history
* updated CHANGES + update description of sede field in UnitaOrganizzativa CT
  • Loading branch information
eikichi18 authored Feb 20, 2024
1 parent 02afdaf commit 0c69406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog
6.1.14 (unreleased)
-------------------

- Change description for field sede in UnitaOrganizzativa CT.
- Fixed typo in update_note field description.
[eikichi18]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,8 @@ class IUnitaOrganizzativa(model.Schema, IDesignPloneContentType):
description=_(
"sede_help",
default="Seleziona il Luogo in cui questa struttura ha sede. "
"Se non è presente un contenuto di tipo Luogo a cui far "
"riferimento, puoi compilare i campi seguenti. Se selezioni un "
"Luogo, puoi usare comunque i campi seguenti per sovrascrivere "
"alcune informazioni.",
"Se non è presente creare il Luogo nella sezione dedicata "
"nell'alberatura del sito.",
),
value_type=RelationChoice(
title=_("Sede"), vocabulary="plone.app.vocabularies.Catalog"
Expand Down

0 comments on commit 0c69406

Please sign in to comment.