Skip to content

Commit c9c1644

Browse files
author
Alexander Smishlajev
committed
translate 'Login' button caption
1 parent 94e7597 commit c9c1644

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/classic/html/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2><span metal:define-slot="body_title">body title</span></h2>
7878
<b i18n:translate="">Login</b><br>
7979
<input size="10" name="__login_name"><br>
8080
<input size="10" type="password" name="__login_password"><br>
81-
<input type="submit" name="@action" value="Login"><br>
81+
<input type="submit" name="@action" value="Login" i18n:attributes="value"><br>
8282
<span tal:replace="structure request/indexargs_form" />
8383
<a href="user?@template=register"
8484
tal:condition="python:request.user.hasPermission('Web Registration')"

templates/minimal/html/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<form method="POST" action="">
2727
<input size="10" name="__login_name"><br>
2828
<input size="10" type="password" name="__login_password"><br>
29-
<input type="submit" name="@action" value="login">
29+
<input type="submit" name="@action" value="Login" i18n:attributes="value">
3030
<span tal:replace="structure request/indexargs_form" />
3131
</form>
3232
<a tal:condition="python:request.user.hasPermission('Web Registration')"

0 commit comments

Comments
 (0)