templates: use explicit named actions like "create user" instead of generic "save" which is bad UX.

This commit is contained in:
Daniel Dourvaris 2019-12-04 20:50:53 +01:00
parent e5ac9fec95
commit b0cec550ea
4 changed files with 4 additions and 4 deletions

View file

@ -94,7 +94,7 @@ ${h.secure_form(h.route_path('repo_create'), request=request)}
</div>
</div>
<div class="buttons">
${h.submit('save',_('Save'),class_="btn")}
${h.submit('save',_('Create Repository'),class_="btn")}
</div>
</div>
</div>