diff --git a/src/web/views/Components/Input/props-data.js b/src/web/views/Components/Input/props-data.js index 7063b62b..1e802373 100644 --- a/src/web/views/Components/Input/props-data.js +++ b/src/web/views/Components/Input/props-data.js @@ -17,7 +17,7 @@ export default [ "error", "Boolean", "false", - "Use this boolean to check if your input is bad.", + "Use this boolean to check if your input is incorrect.", ], [ "errorMessage", @@ -53,7 +53,7 @@ export default [ "success", "Boolean", "false", - "Use this boolean to check if your input is good.", + "Use this boolean to check if your input is correct.", ], [ "successMessage", diff --git a/src/web/views/Components/Input/props-outlined-input.js b/src/web/views/Components/Input/props-outlined-input.js index 96139d31..a96b6dc8 100644 --- a/src/web/views/Components/Input/props-outlined-input.js +++ b/src/web/views/Components/Input/props-outlined-input.js @@ -23,7 +23,7 @@ export default [ "error", "Boolean", "false", - "Use this boolean to check if your input is bad.", + "Use this boolean to check if your input is incorrect.", ], [ "errorMessage", @@ -77,7 +77,7 @@ export default [ "success", "Boolean", "false", - "Use this boolean to check if your input is good.", + "Use this boolean to check if your input is correct.", ], [ "successMessage",