templates: use explicit named actions like "create user" instead of generic "save" which is bad UX.
This commit is contained in:
parent
e5ac9fec95
commit
b0cec550ea
4 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue