Skip to content

Commit

Permalink
Change term 'Add new' to 'Create new'
Browse files Browse the repository at this point in the history
  • Loading branch information
meomancer committed Aug 12, 2024
1 parent 15bf58b commit 8b9b247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_project/frontend/src/pages/Admin/AdminList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export const AdminListContent = forwardRef(
return <a href={apiCreate}>
<AddButton
variant="primary"
text={"Add New " + pageName}
text={"Create New " + pageName}
/>
</a>
}
Expand Down

0 comments on commit 8b9b247

Please sign in to comment.