Skip to content

Commit

Permalink
fix: updated form_counter message
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraBianchi committed Dec 10, 2024
1 parent a661bf0 commit 9a43438
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions locales/volto.pot
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Plone\n"
"POT-Creation-Date: 2024-11-12T23:20:09.082Z\n"
"POT-Creation-Date: 2024-12-10T14:16:13.396Z\n"
"Last-Translator: Plone i18n <[email protected]>\n"
"Language-Team: Plone i18n <[email protected]>\n"
"Content-Type: text/plain; charset=utf-8\n"
Expand All @@ -18,7 +18,7 @@ msgstr ""
msgid "counter_widget_check"
msgstr ""

#. Default: "Se attivo verrà assegnato un numero identificativo per ogni richiesta effettuata dal form. Se vuoi inserire il valore del contatore negli altri campi del blocco, utilizza la sintassi ${form_counter_form_counter}."
#. Default: "Se attivo verrà assegnato un numero identificativo per ogni richiesta effettuata dal form. Se vuoi inserire il valore del contatore negli altri campi del blocco, utilizza la sintassi ${numero_progressivo_form_counter}."
#: index
msgid "counter_widget_check_description"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const messages = defineMessages({
counter_widget_check_description: {
id: 'counter_widget_check_description',
defaultMessage:
'Se attivo verrà assegnato un numero identificativo per ogni richiesta effettuata dal form. Se vuoi inserire il valore del contatore negli altri campi del blocco, utilizza la sintassi ${form_counter_form_counter}.',
'Se attivo verrà assegnato un numero identificativo per ogni richiesta effettuata dal form. Se vuoi inserire il valore del contatore negli altri campi del blocco, utilizza la sintassi ${numero_progressivo_form_counter}.',
},
});

Expand Down

0 comments on commit 9a43438

Please sign in to comment.