Forum Discussion

vffdd's avatar
vffdd
Copper Contributor
Oct 26, 2023
Solved

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  
  • Tristan999's avatar
    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:

     

    1. Go into the List Settings.
    2. Advanced Settings
    3. Allow management of Content Types? Yes
    4. Click Ok
    5. Go back to the List Settings
    6. Click on Item under Content Types
    7. Click on the Name and Description 
    8. Change the Name from Item to whatever you want.
    9. 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.

     

Resources