Moved .form_passwordWarning key to customize.dist/messages.js

This commit is contained in:
zuzanna-maria 2024-10-21 16:01:22 +02:00
parent 36be1e7fc9
commit 0b677cf01e

View File

@ -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