fix: missing label (#3081)

This commit is contained in:
Vlad Stan
2025-04-02 14:51:15 +03:00
committed by GitHub
parent 6834b5e00f
commit 3a7a88857a
4 changed files with 8 additions and 5 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+2
View File
@@ -322,6 +322,7 @@ window.localisation.en = {
update_pubkey: 'Update Public Key',
set_password: 'Set Password',
invalid_password: 'Password must have at least 8 characters',
invalid_password_repeat: 'Passwords do not match',
login: 'Login',
register: 'Register',
username: 'Username',
@@ -337,6 +338,7 @@ window.localisation.en = {
invalid_username: 'Invalid Username',
auth_provider: 'Auth Provider',
my_account: 'My Account',
existing_account_question: 'Already have an account?',
background_image: 'Background Image',
back: 'Back',
logout: 'Logout',