Skip to content

Commit

Permalink
Remove apostrophes because of eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
vmatsiiako committed Nov 29, 2022
1 parent 7ab2289 commit e818029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/components/dashboard/DashboardInputField.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down
2 changes: 1 addition & 1 deletion frontend/pages/settings/project/[id].js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e818029

Please sign in to comment.