Add temporary translation key

This commit is contained in:
David Benque 2024-10-21 15:07:43 +01:00
parent 54efbe1f82
commit 3f2d8566e1
No known key found for this signature in database
GPG Key ID: 7EC3E5D34DCCC0BF

View File

@ -136,6 +136,8 @@ define(req, function(AppConfig, Default, Language) {
}
};
Messages.form_passwordWarning = 'Please note that a Form password can only be set now at creation time and cannot be changed later.' // XXX
return Messages;
});