Skip to content

Commit

Permalink
updated CHANGES + fixed typo in update_note field description (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
eikichi18 authored Feb 20, 2024
1 parent 903161a commit 02afdaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Changelog
6.1.14 (unreleased)
-------------------

- Nothing changed yet.
- Fixed typo in update_note field description.
[eikichi18]


6.1.13 (2024-02-08)
Expand Down
2 changes: 1 addition & 1 deletion src/design/plone/contenttypes/behaviors/update_note.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class IUpdateNote(model.Schema):
description=_(
"help_update_note",
default="Inserisci una nota per indicare che il contenuto corrente è stato aggiornato." # noqa
"Questo testo può essere visualizzato nei blocchi elenco con determinati layout per informare " # noqa
" Questo testo può essere visualizzato nei blocchi elenco con determinati layout per informare " # noqa
"gli utenti che un determinato contenuto è stato aggiornato. "
"Ad esempio se in un bando sono stati aggiunti dei documenti.",
),
Expand Down

0 comments on commit 02afdaf

Please sign in to comment.