Skip to content

Commit

Permalink
Fix help text for publication year
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhallett committed Jan 5, 2023
1 parent cbd428b commit 56233e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/templates/dois/show/edit.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<div class="col-md-9 input-fragment">
<div class="label-vertical">The year when the resource was or will be made publicly available.</div>
<form.element @id="publication-year" @controlType="text" @property="publicationYear"
@helpText="Must be a year between 1000 and 2022." @required={{false}} />
@helpText="Must be a year between 1000 and 2024." @required={{false}} />
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion app/templates/repositories/show/dois/new.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<div class="col-md-9 input-fragment">
<div class="label-vertical">The year when the resource was or will be made publicly available.</div>
<form.element @id="publication-year" @controlType="text" @property="publicationYear" @placeholder="Publication Year"
@helpText="Must be a year between 1000 and 2022." @required={{false}} />
@helpText="Must be a year between 1000 and 2024." @required={{false}} />
</div>
</div>

Expand Down

0 comments on commit 56233e6

Please sign in to comment.