Ability to log in from the main page
This commit is contained in:
@@ -238,6 +238,7 @@ define(function () {
|
||||
|
||||
// login
|
||||
out.login_login = "log in";
|
||||
out.login_nologin = "use cryptpad without account";
|
||||
out.login_register = "register";
|
||||
out.logoutButton = "log out";
|
||||
|
||||
@@ -301,6 +302,11 @@ define(function () {
|
||||
out.form_username = "Username";
|
||||
out.form_password = "Password";
|
||||
|
||||
out.about = "About";
|
||||
out.privacy = "Privacy";
|
||||
out.contact = "Contact";
|
||||
out.terms = "ToS";
|
||||
|
||||
// privacy.html
|
||||
|
||||
out.policy_title = 'Cryptpad Privacy Policy';
|
||||
|
||||
Reference in New Issue
Block a user