Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Form password warning #1690

Merged
merged 11 commits into from
Dec 12, 2024
Prev Previous commit
Next Next commit
Moved .form_passwordWarning key to customize.dist/messages.js
  • Loading branch information
zuzanna-maria committed Dec 5, 2024
commit 0b677cf01ec863bd957c6403d310783e8ca9bc15
2 changes: 2 additions & 0 deletions customize.dist/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down