mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
Merge pull request #2645 from xfix/translate-log-in
Allow translating "Log In" button in HTML code.
This commit is contained in:
commit
915a9f5230
@ -62,7 +62,7 @@
|
||||
<input name="username" type="text" id="signin_username">
|
||||
<input name="password" type="password" id="signin_password">
|
||||
<input name="redirect" type="hidden">
|
||||
<input type="submit" id="signin-button" value="Log In">
|
||||
<input type="submit" id="signin-button" value="<%= t 'log_in' %>">
|
||||
</form>
|
||||
<% end %>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user