diff --git a/feedback/locale/fi/LC_MESSAGES/django.po b/feedback/locale/fi/LC_MESSAGES/django.po index 00fa4b7..3652ba9 100644 --- a/feedback/locale/fi/LC_MESSAGES/django.po +++ b/feedback/locale/fi/LC_MESSAGES/django.po @@ -842,6 +842,10 @@ msgstr "näytä lisää" msgid "This feedback has unsaved changes!" msgstr "Palautteessa on tallentamattomia muutoksia!" +#: feedback/templates_j2/feedback/_form.html +msgid "Feedback received." +msgstr "Palaute vastaanotettu." + #: feedback/templates_j2/feedback/_form.html msgid "Submit" msgstr "Lähetä" diff --git a/feedback/templates_j2/feedback/_form.html b/feedback/templates_j2/feedback/_form.html index 41b733d..130d794 100644 --- a/feedback/templates_j2/feedback/_form.html +++ b/feedback/templates_j2/feedback/_form.html @@ -164,17 +164,19 @@ {{ _("This feedback has unsaved changes!") }} -