Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
commit
79fcd0f6c7
|
@ -801,7 +801,7 @@ define([
|
|||
$err.find('a').click(function () {
|
||||
funcs.gotoURL();
|
||||
});
|
||||
UI.findOKButton().click();
|
||||
UI.findOKButton().click(); // FIXME this might be randomly clicking something dangerous...
|
||||
UI.errorLoadingScreen($err, true, true);
|
||||
});
|
||||
|
||||
|
|
|
@ -619,7 +619,7 @@
|
|||
"creation_expiration": "Expiration date",
|
||||
"creation_passwordValue": "Password",
|
||||
"creation_newPadModalDescription": "Click on a document type to create it. You can also press <b>Tab</b> to select the type and press <b>Enter</b> to confirm.",
|
||||
"password_info": "The document you are trying to open no longer exist or is protected with a new password. Enter the correct password to access the content.",
|
||||
"password_info": "The document you are trying to open no longer exists or is protected with a new password. Enter the correct password to access the content.",
|
||||
"password_error": "Document not found<br>This error can be caused by two factors: either the password is invalid, or the document has been destroyed.",
|
||||
"password_placeholder": "Type the password here...",
|
||||
"password_submit": "Submit",
|
||||
|
|
Loading…
Reference in New Issue