mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Moved .form_passwordWarning key to customize.dist/messages.js
This commit is contained in:
parent
36be1e7fc9
commit
0b677cf01e
@ -135,6 +135,8 @@ define(req, function(AppConfig, Default, Language) {
|
||||
return text;
|
||||
}
|
||||
};
|
||||
|
||||
Messages.form_passwordWarning = 'For Forms, you can only set the password during creation. It cannot be changed later.' // XXX
|
||||
|
||||
Messages.form_passwordWarning = 'Please note that a Form password can only be set now at creation time and cannot be changed later.' // XXX
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user