Forum Discussion
vffdd
Oct 26, 2023Copper Contributor
Change " Item " name on new item in sharepoint list embedded in modern page
I have a sharepoint list embedded in a modern page How do I change the wording of "item" when I want to add a new item to the list
- Oct 26, 2023
vffdd depends on some conditions. If this is a one-off list and you don't want to reuse the structure of the item (Content Type), then you can do the following:
- Go into the List Settings.
- Advanced Settings
- Allow management of Content Types? Yes
- Click Ok
- Go back to the List Settings
- Click on Item under Content Types
- Click on the Name and Description
- Change the Name from Item to whatever you want.
- Click OK
If this is not a one off list/content type then go with creating with a new content type as suggested in the previous post.
Tristan999
Oct 26, 2023Iron Contributor
vffdd depends on some conditions. If this is a one-off list and you don't want to reuse the structure of the item (Content Type), then you can do the following:
- Go into the List Settings.
- Advanced Settings
- Allow management of Content Types? Yes
- Click Ok
- Go back to the List Settings
- Click on Item under Content Types
- Click on the Name and Description
- Change the Name from Item to whatever you want.
- Click OK
If this is not a one off list/content type then go with creating with a new content type as suggested in the previous post.