Skip to content

Commit

Permalink
Bones: minor button label change
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Jan 22, 2025
1 parent f5c8fc1 commit be49ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openatlas/views/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()


Expand Down

0 comments on commit be49ee2

Please sign in to comment.