Skip to content

Commit ace241d

Browse files
committed
fixed label name
1 parent 1c3b184 commit ace241d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/views/ContentCreator/LearningStandardCreator/LearningStandardCreator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export default function LearningStandardCreator({
189189
placeholder='Enter lesson Teks'
190190
/>
191191
</Form.Item>
192-
<Form.Item label='Link to Additional Resource'>
192+
<Form.Item label='Link to Additional Resource (Optional)'>
193193
<Input
194194
onChange={(e) => {
195195
setLink(e.target.value);

0 commit comments

Comments
 (0)