Skip to content

Commit 3592cdf

Browse files
authored
Merge pull request #366 from citation-file-format/326-related-resources-as-questions
2 parents a245e2f + dd1484f commit 3592cdf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/ScreenRelatedResources.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<div id="form-content">
1313
<p class="question">
14-
The URL of the work in a source code repository
14+
What is the URL of the work in a source code repository?
1515
</p>
1616
<q-input
1717
bg-color="white"
@@ -25,7 +25,7 @@
2525
/>
2626

2727
<p class="question">
28-
The URL of a landing page/website for the work
28+
What is the URL of a landing page/website for the work?
2929
</p>
3030
<q-input
3131
bg-color="white"
@@ -39,7 +39,7 @@
3939
/>
4040

4141
<p class="question">
42-
The URL of the work in a repository
42+
What is the URL of the work in a repository?
4343
</p>
4444
<q-input
4545
bg-color="white"
@@ -53,7 +53,7 @@
5353
/>
5454

5555
<p class="question">
56-
The URL of the work in a build artifact/binary repository
56+
What is the URL of the work in a build artifact/binary repository?
5757
</p>
5858
<q-input
5959
bg-color="white"

0 commit comments

Comments
 (0)