Skip to content

Commit 45bc34c

Browse files
committed
Remove confusing translated string for 'Submit an update'
A student gave feedback about the confusing translation for the string 'Submit an update' and suggested just always using 'Submit', which makes sense.
1 parent 540cc5e commit 45bc34c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

feedback/locale/fi/LC_MESSAGES/django.po

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -613,10 +613,6 @@ msgstr "näytä lisää"
613613
msgid "This feedback has unsaved changes!"
614614
msgstr "Palautteessa on tallentamattomia muutoksia!"
615615

616-
#: feedback/templates_j2/feedback/_form.html
617-
msgid "Submit an update"
618-
msgstr "Lähetä uudestaan"
619-
620616
#: feedback/templates_j2/feedback/_form.html
621617
msgid "Submit"
622618
msgstr "Lähetä"

feedback/templates_j2/feedback/_form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<div class="btn-toolbar">
7979
<input
8080
type="submit"
81-
value="{% if feedback %}{{ _('Submit an update') }}{% else %}{{ _('Submit') }}{% endif %}"
81+
value="{{ _('Submit') }}"
8282
class="btn btn-primary aplus-submit">
8383
<input
8484
type="reset"

0 commit comments

Comments
 (0)