We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1359b03 + 4a6cd88 commit 2836c5fCopy full SHA for 2836c5f
src/config/createForm.options.js
@@ -11,7 +11,7 @@ module.exports = {
11
en: {
12
pattern: "Must use the format shown",
13
error:
14
- '<h2><span class="fa fa-exclamation-triangle"></span> Please check your answers</h2>',
+ '<h2 class="alert-heading">Please check your answers</h2>',
15
},
16
17
};
src/helpers/FormioLoader/FormioLoader.mdx
@@ -108,7 +108,7 @@ const customFn = () => {
108
109
110
111
112
complete: "Custom complete message",
113
114
0 commit comments