Skip to content

Commit

Permalink
[ENH] Made requirement of age annotation more prominent (#830)
Browse files Browse the repository at this point in the history
* Removed `FromInt` transformation

* Updated relevant component test

* Made requirement of age annotation more prominent

* Addressed PR comment

* Addressed PR comment
  • Loading branch information
rmanaem authored Dec 12, 2024
1 parent 6213690 commit fe3f035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/download.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
There are incomplete annotations for columns that were mapped to variables.
You can go back and complete these annotations before you download the .json data dictionary.
<br /><br />
The following columns are missing annotations:
The following columns have incomplete annotations:
<ul v-for="column in incompleteAnnotations" :key="column">
<li>{{ column }}</li>
</ul>
Expand Down

0 comments on commit fe3f035

Please sign in to comment.