mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Remove apostrophes because of eslint
This commit is contained in:
@@ -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 &&
|
||||
|
||||
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user