From acb64dec56af7faa0316c685f553154dbe58558b Mon Sep 17 00:00:00 2001 From: Robbie Antenesse Date: Sun, 20 Aug 2017 14:48:04 -0600 Subject: [PATCH] Add htmlFor and help text to EditDictionaryForm fields --- .../EditDictionaryForm.jsx | 24 ++++++++++++++----- 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/src/components/management/EditDictionaryModal/EditDictionaryForm.jsx b/src/components/management/EditDictionaryModal/EditDictionaryForm.jsx index a5cc992..a1cfe77 100644 --- a/src/components/management/EditDictionaryModal/EditDictionaryForm.jsx +++ b/src/components/management/EditDictionaryModal/EditDictionaryForm.jsx @@ -10,9 +10,11 @@ export const EditDictionaryForm = ({ return (
- +
- { @@ -26,9 +28,14 @@ export const EditDictionaryForm = ({
- + +

+ What this collection of words should be referred to as, i.e. "Dictionary," "Word List", etc. +

- { @@ -42,9 +49,14 @@ export const EditDictionaryForm = ({
- + +

+ A description of your dictionary, Markdown enabled +

-