diff --git a/frontend/components/dashboard/DashboardInputField.js b/frontend/components/dashboard/DashboardInputField.js index c8e42233a..eb4934c08 100644 --- a/frontend/components/dashboard/DashboardInputField.js +++ b/frontend/components/dashboard/DashboardInputField.js @@ -62,7 +62,7 @@ const DashboardInputField = ({ {startsWithNumber &&
- Can't start with a number + Should not start with a number
} {hasDuplicates && !startsWithNumber && diff --git a/frontend/pages/settings/project/[id].js b/frontend/pages/settings/project/[id].js index 147ce57ec..ec4864919 100644 --- a/frontend/pages/settings/project/[id].js +++ b/frontend/pages/settings/project/[id].js @@ -166,7 +166,7 @@ export default function SettingsBasic() { placeholder="" isRequired static - text="This is your project's auto-generated unique identifier. It can't be changed." + text="This is your project's auto-generated unique identifier. It can't be changed." />