diff --git a/common/lib/capa/capa/inputtypes.py b/common/lib/capa/capa/inputtypes.py
index 7abaf0fe69..43531d19ee 100644
--- a/common/lib/capa/capa/inputtypes.py
+++ b/common/lib/capa/capa/inputtypes.py
@@ -956,7 +956,7 @@ class AnnotationInput(InputTypeBase):
Agamemnon says that ate or 'derangement' was the cause of his actions: why could Zeus say the same thing?Type a commentary below:
- Select one or more tags:
+ Select one tag:
@@ -980,7 +980,7 @@ class AnnotationInput(InputTypeBase):
self.text = xml.findtext('./text')
self.comment = xml.findtext('./comment')
self.comment_prompt = xml.findtext('./comment_prompt', 'Type a commentary below:')
- self.tag_prompt = xml.findtext('./tag_prompt', 'Select one or more tags:')
+ self.tag_prompt = xml.findtext('./tag_prompt', 'Select one tag:')
self.options = self._find_options()
# Need to provide a value that JSON can parse if there is no