Remove apostrophes because of eslint

This commit is contained in:
Vladyslav Matsiiako
2022-11-28 23:20:48 -05:00
parent 7ab2289c99
commit e818029b48
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ const DashboardInputField = ({
</div>
{startsWithNumber &&
<p className="text-red text-xs mt-0.5 mx-1 mb-2 max-w-xs">
Can't start with a number
Should not start with a number
</p>
}
{hasDuplicates && !startsWithNumber &&

View File

@@ -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&apos;s auto-generated unique identifier. It can&apos;t be changed."
/>
</div>
</div>