diff --git a/openatlas/views/tools.py b/openatlas/views/tools.py index e85f9391d..ea98cac26 100755 --- a/openatlas/views/tools.py +++ b/openatlas/views/tools.py @@ -358,7 +358,7 @@ class Form(FlaskForm): SelectField(category, choices=choices)) for label, sub in inventory['subs'].items(): bone_fields_recursive(Form, label, sub, choices) - setattr(Form, 'save', SubmitField(_('insert'))) + setattr(Form, 'save', SubmitField(_('save'))) return Form()