-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Route 13 Date voucher issued translation (#886)
* add translation for route 13 'Date voucher issued' * translation for 'Date voucher issued'
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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('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 | ||
|