N-FIN-7: fix page title
This commit is contained in:
parent
d9c3c0e1e6
commit
792f97b5be
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ export default function CategoryPageClientContent({categories, onSubmit, onDelet
|
|||
return (
|
||||
<div className={className}>
|
||||
<div className="flex items-center justify-between w-full">
|
||||
<p className="text-3xl font-semibold">Entities</p>
|
||||
<p className="text-3xl font-semibold">Categories</p>
|
||||
|
||||
{/* Edit dialog */}
|
||||
<Dialog open={isEditDialogOpen} onOpenChange={setIsEditDialogOpen}>
|
||||
|
|
Loading…
Add table
Reference in a new issue