summaryrefslogtreecommitdiffstats
path: root/ogcp/forms
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/forms')
-rw-r--r--ogcp/forms/action_forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/forms/action_forms.py b/ogcp/forms/action_forms.py
index 3d02f8a..64b292a 100644
--- a/ogcp/forms/action_forms.py
+++ b/ogcp/forms/action_forms.py
@@ -122,7 +122,7 @@ class ClientDetailsForm(FlaskForm):
repo = SelectField(label=_l('Repository'))
room = SelectField(label=_l('Room'))
boot = SelectField(label=_l('Boot Mode'))
- create = SubmitField(label=_l('Create'))
+ submit = SubmitField(label=_l('Submit'))
class ImportClientsForm(FlaskForm):
server = HiddenField()