Skip to content

Commit

Permalink
removed number of questions from checklist preamble; rephrased the ti…
Browse files Browse the repository at this point in the history
…tle for data and software checklists; refs #50
  • Loading branch information
jspaaks committed Dec 1, 2022
1 parent 4931854 commit 8e49ff4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pages/data/v0.1/index.page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<div>
<ChecklistHeader />
<main>
<h1>FAIR for data self-assessment checklist</h1>
<h1>Self-assessment checklist for FAIR data</h1>
<ChecklistBannerVersions />
<template v-if="nQuestions.total > 0">
<p>
Answer the {{ nQuestions.total }} questions below to assess
Answer the questions below to assess
your data's FAIRness, or switch to the checklist for
<ChecklistLink v-bind:href="linkToSoftwareChecklist">software</ChecklistLink>
instead.
Expand Down
4 changes: 2 additions & 2 deletions pages/software/v0.1/index.page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<div>
<ChecklistHeader />
<main>
<h1>FAIR for software self-assessment checklist</h1>
<h1>Self-assessment checklist for FAIR software</h1>
<ChecklistBannerVersions />
<ChecklistBannerParams />
<template v-if="nQuestions.total > 0">
<p>
Answer the {{ nQuestions.total }} questions below to assess
Answer the questions below to assess
your software's FAIRness, or switch to the checklist for
<ChecklistLink v-bind:href="linkToDataChecklist">data</ChecklistLink>
instead.
Expand Down

0 comments on commit 8e49ff4

Please sign in to comment.