Skip to content

Commit

Permalink
translation for 'Date voucher issued'
Browse files Browse the repository at this point in the history
  • Loading branch information
dtgreiner committed Dec 4, 2024
1 parent 1195a15 commit 4ede0bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/match_decisions/_eight_record_voucher_date.haml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.o-choose__content
%p
Please record the date the voucher was issued.
= form.input :date_voucher_issued, label: 'Date voucher issued', as: :date_picker, disabled: [email protected]?
= form.input :date_voucher_issued, label: Translation.translate('Date voucher issued'), as: :date_picker, disabled: [email protected]?
= form.input :note, as: :text, input_html: {rows: 4, disabled: ([email protected]?)}

%p
Expand Down
2 changes: 1 addition & 1 deletion app/views/match_decisions/_nine_record_voucher_date.haml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
.o-choose__content
%p
Please record the date the voucher was issued.
= form.input :date_voucher_issued, label: 'Date voucher issued', as: :date_picker, disabled: [email protected]?
= form.input :date_voucher_issued, label: Translation.translate('Date voucher issued'), as: :date_picker, disabled: [email protected]?
= form.input :note, as: :text, input_html: {rows: 4, disabled: ([email protected]?)}

%p
Expand Down
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: Translation.translate('Route Thirteen Date voucher issued'), as: :date_picker, disabled: [email protected]?
= form.input :date_voucher_issued, label: Translation.translate('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 4ede0bb

Please sign in to comment.