aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/ImageLabelHandler.tsx
diff options
context:
space:
mode:
authoraidahosa1 <aisosa_idahosa@brown.edu>2024-06-28 12:28:05 -0400
committeraidahosa1 <aisosa_idahosa@brown.edu>2024-06-28 12:28:05 -0400
commit5a7eee0c82c28b609b3ce628a918bd4209464579 (patch)
tree559af58685054683e8e49a89c90ad0344c6d7e00 /src/client/views/collections/collectionFreeForm/ImageLabelHandler.tsx
parent4521e91a7fd9e7127cf21fdbeba2417881b227ae (diff)
parent7e13e1df797f1d3358f553802527bf42c5574e81 (diff)
Merge branch 'keanu-comments' into aisosa-starter
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/ImageLabelHandler.tsx')
-rw-r--r--src/client/views/collections/collectionFreeForm/ImageLabelHandler.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/ImageLabelHandler.tsx b/src/client/views/collections/collectionFreeForm/ImageLabelHandler.tsx
index 7f27c6b5c..73befb205 100644
--- a/src/client/views/collections/collectionFreeForm/ImageLabelHandler.tsx
+++ b/src/client/views/collections/collectionFreeForm/ImageLabelHandler.tsx
@@ -77,7 +77,7 @@ export class ImageLabelHandler extends ObservableReactComponent<{}> {
}}>
<div>
<IconButton tooltip={'Cancel'} onPointerDown={this.hideLabelhandler} icon={<FontAwesomeIcon icon="eye-slash" />} color={MarqueeOptionsMenu.Instance.userColor} style={{ width: '19px' }} />
- <input aria-label="label-input" id="new-label" type="text" style={{ color: 'black' }} />
+ <input aria-label="label-input" id="new-label" type="text" placeholder="Input a classification" style={{ color: 'black' }} />
<IconButton
tooltip={'Add Label'}
onPointerDown={() => {