Skip to content

Commit 8e49ff4

Browse files
committed
removed number of questions from checklist preamble; rephrased the title for data and software checklists; refs #50
1 parent 4931854 commit 8e49ff4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pages/data/v0.1/index.page.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<div>
44
<ChecklistHeader />
55
<main>
6-
<h1>FAIR for data self-assessment checklist</h1>
6+
<h1>Self-assessment checklist for FAIR data</h1>
77
<ChecklistBannerVersions />
88
<template v-if="nQuestions.total > 0">
99
<p>
10-
Answer the {{ nQuestions.total }} questions below to assess
10+
Answer the questions below to assess
1111
your data's FAIRness, or switch to the checklist for
1212
<ChecklistLink v-bind:href="linkToSoftwareChecklist">software</ChecklistLink>
1313
instead.

pages/software/v0.1/index.page.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<div>
44
<ChecklistHeader />
55
<main>
6-
<h1>FAIR for software self-assessment checklist</h1>
6+
<h1>Self-assessment checklist for FAIR software</h1>
77
<ChecklistBannerVersions />
88
<ChecklistBannerParams />
99
<template v-if="nQuestions.total > 0">
1010
<p>
11-
Answer the {{ nQuestions.total }} questions below to assess
11+
Answer the questions below to assess
1212
your software's FAIRness, or switch to the checklist for
1313
<ChecklistLink v-bind:href="linkToDataChecklist">data</ChecklistLink>
1414
instead.

0 commit comments

Comments
 (0)