mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
capitalise month and year on payment page
This commit is contained in:
parent
39e41681a0
commit
e64c398352
1 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ block content
|
|||
.row
|
||||
.col-xs-3
|
||||
.form-group.has-feedback(ng-class="validation.errorFields.month ? 'has-external-error' : ''")
|
||||
label(for="month") #{translate("month")}
|
||||
label(for="month") #{translate("month_capitalised")}
|
||||
div(
|
||||
type="number"
|
||||
name="month"
|
||||
|
@ -119,7 +119,7 @@ block content
|
|||
)
|
||||
.col-xs-3
|
||||
.form-group.has-feedback(ng-class="validation.errorFields.year ? 'has-external-error' : ''")
|
||||
label(for="year") #{translate("year")}
|
||||
label(for="year") #{translate("year_capitalised")}
|
||||
div(
|
||||
type="number"
|
||||
name="year"
|
||||
|
|
Loading…
Reference in a new issue