diff --git a/app/views/match_decisions/_eight_record_voucher_date.haml b/app/views/match_decisions/_eight_record_voucher_date.haml index ec879710f..1442e1b81 100644 --- a/app/views/match_decisions/_eight_record_voucher_date.haml +++ b/app/views/match_decisions/_eight_record_voucher_date.haml @@ -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: !@decision.editable? + = form.input :date_voucher_issued, label: Translation.translate('Date voucher issued'), as: :date_picker, disabled: !@decision.editable? = form.input :note, as: :text, input_html: {rows: 4, disabled: (!@decision.editable?)} %p diff --git a/app/views/match_decisions/_nine_record_voucher_date.haml b/app/views/match_decisions/_nine_record_voucher_date.haml index 7a909d0c5..636ff3af0 100644 --- a/app/views/match_decisions/_nine_record_voucher_date.haml +++ b/app/views/match_decisions/_nine_record_voucher_date.haml @@ -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: !@decision.editable? + = form.input :date_voucher_issued, label: Translation.translate('Date voucher issued'), as: :date_picker, disabled: !@decision.editable? = form.input :note, as: :text, input_html: {rows: 4, disabled: (!@decision.editable?)} %p diff --git a/app/views/match_decisions/thirteen/_accept_referral.haml b/app/views/match_decisions/thirteen/_accept_referral.haml index 8953ffedb..9cb1a6436 100644 --- a/app/views/match_decisions/thirteen/_accept_referral.haml +++ b/app/views/match_decisions/thirteen/_accept_referral.haml @@ -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: !@decision.editable? + = form.input :date_voucher_issued, label: Translation.translate('Date voucher issued'), as: :date_picker, disabled: !@decision.editable? = form.input :note, as: :text, input_html: {rows: 4, disabled: (!@decision.editable?)} %p %i.icon-info