Skip to content

Commit be98dd5

Browse files
committed
update form
1 parent c95c090 commit be98dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JS/metadata.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ function addManuscriptForm(data = {}, shouldScroll = true) {
245245
<div class="row mb-3">
246246
<div class="col-md-6">
247247
<label class="form-label">Human-readable date of origin<a href="https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-origDate.html" target="_blank" class="ms-2 text-decoration-none" data-bs-toggle="tooltip" title="TEI Documentation"><i class="bi bi-box-arrow-up-right"></i></a></label>
248-
<input type="text" class="form-control" name="dateOriginText" value="${data.dateOriginText || ''}" placeholder="e.g. 10th century">
248+
<input type="text" class="form-control" name="dateOriginText" value="${data.dateOriginText || ''}" placeholder="e.g. 11th century">
249249
</div>
250250
<div class="col-md-3">
251251
<label class="form-label">Earliest possible date of origin<a href="https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.datable.w3c.html#tei_att.notBefore" target="_blank" class="ms-2 text-decoration-none" data-bs-toggle="tooltip" title="TEI Documentation"><i class="bi bi-box-arrow-up-right"></i></a></label>

0 commit comments

Comments
 (0)