Skip to content

Commit

Permalink
add translation for route 13 'Date voucher issued'
Browse files Browse the repository at this point in the history
  • Loading branch information
dtgreiner committed Dec 3, 2024
1 parent fb6c671 commit 1195a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/match_decisions/thirteen/_accept_referral.haml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
.c-choice-icon.c-choice-icon--confirm.mr-4
%h3 Accept Match
.o-choose__content
= form.input :date_voucher_issued, label: 'Date voucher issued', as: :date_picker, disabled: [email protected]?
= form.input :date_voucher_issued, label: Translation.translate('Route Thirteen Date voucher issued'), as: :date_picker, disabled: [email protected]?
= form.input :note, as: :text, input_html: {rows: 4, disabled: ([email protected]?)}
%p
%i.icon-info
Expand Down

0 comments on commit 1195a15

Please sign in to comment.