Skip to content

Commit

Permalink
fix: translations
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Nov 20, 2023
1 parent 5d461df commit b8ffad9
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 1,729 deletions.
2 changes: 1 addition & 1 deletion crud/cds/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ def cds_group_new(request, regdid_id, my_offices=None, regdid=None):

messages.add_message(request,
messages.SUCCESS,
_("CdS Group successfully"))
_("CdS Group successfully added"))

return redirect('crud_cds:crud_cds_detail', regdid_id=regdid_id)
else: # pragma: no cover
Expand Down
Binary file modified locale/it/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit b8ffad9

Please sign in to comment.