summaryrefslogtreecommitdiff
path: root/src/components/modals/TextInputModal.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/modals/TextInputModal.js')
-rw-r--r--src/components/modals/TextInputModal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/modals/TextInputModal.js b/src/components/modals/TextInputModal.js
index e4a55372..132df9fe 100644
--- a/src/components/modals/TextInputModal.js
+++ b/src/components/modals/TextInputModal.js
@@ -38,7 +38,7 @@ class TextInputModal extends React.Component {
this.onSubmit();
}}>
<div className="form-group">
- <label className="form-control-label">{this.props.label}:</label>
+ <label className="form-control-label">{this.props.label}</label>
<input type="text" className="form-control"
ref={textInput => this.textInput = textInput}/>
</div>