Skip to content

Commit

Permalink
fix: translations
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinaPiaImbrogno committed Dec 3, 2024
1 parent 45122b0 commit 0dd49ae
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 131 deletions.
5 changes: 3 additions & 2 deletions import_assistant/management/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@ class RegdidStructureImportForm(forms.Form):

structure_choice = forms.ChoiceField(
choices=(
(REGDID_IMPORT_USE_CURR_STRUCTURE, _("Use structure from previous years")),
(REGDID_IMPORT_USE_CURR_STRUCTURE, _("Use existing structure")),
(REGDID_IMPORT_DEFINE_NEW_STRUCTURE, _("Define a new structure")),
),
initial=REGDID_IMPORT_USE_CURR_STRUCTURE,
required=True,
label=_("Structure selection"),
label=_("Choose procedure:"),
help_text=_("WARNING: Defining a new structure will reset every existing regulation."),
widget=forms.RadioSelect(attrs={"id": "id_structure_choice"}),
)

Expand Down
Binary file modified locale/it/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit 0dd49ae

Please sign in to comment.