Skip to content

Commit 00b487f

Browse files
committed
Change hint message for indicate that it's a format
1 parent 036e5a1 commit 00b487f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/AuthorCardEditing.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
bg-color="white"
9595
class="col"
9696
dense
97-
hint="https://orcid.org/0000-0000-0000-0000"
97+
hint="Format: https://orcid.org/0000-0000-0000-0000"
9898
label="orcid"
9999
outlined
100100
standout

src/components/ScreenVersionSpecific.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</p>
4040
<q-input
4141
bg-color="white"
42-
hint="YYYY-MM-DD"
42+
hint="Format: YYYY-MM-DD"
4343
label="date-released"
4444
mask="####-##-##"
4545
outlined

0 commit comments

Comments
 (0)