mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
Fix Login header was not translated
This commit is contained in:
parent
b8c63f0382
commit
e210630cb2
@ -36,7 +36,7 @@ async function UIWindowLogin(options){
|
||||
h += `<div class="generic-close-window-button"> × </div>`;
|
||||
h += `<div style="padding: 20px; border-bottom: 1px solid #ced7e1; width: 100%; box-sizing: border-box;">`;
|
||||
// title
|
||||
h += `<h1 class="login-form-title">Log In</h1>`;
|
||||
h += `<h1 class="login-form-title">${i18n('log_in')}</h1>`;
|
||||
// login form
|
||||
h += `<form class="login-form">`;
|
||||
// error msg
|
||||
|
Loading…
Reference in New Issue
Block a user