Change generic Apply labels to something more semantic

In context of #33.
This commit is contained in:
Jonas Schäfer
2021-01-26 16:12:23 +01:00
parent df75fbaa1b
commit a6d20a0a73
3 changed files with 8 additions and 8 deletions

View File

@@ -65,7 +65,7 @@ class ProfileForm(flask_wtf.FlaskForm): # type:ignore
)
action_save = wtforms.SubmitField(
_l("Apply"),
_l("Update profile"),
)