minor tweaks to spelling and wording

This commit is contained in:
2025-11-17 09:07:13 +00:00
parent 0b1f0b72a8
commit 8db9d7ff51
3 changed files with 5 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import NPEDIcon from "/NPED.svg";
const NPEDCard = () => {
return (
<Card className="p-4">
<CardHeader title={"NPED Config"} img={NPEDIcon} />
<CardHeader title={"NPED"} img={NPEDIcon} />
<NPEDFields />
</Card>
);