Skip to content

Commit

Permalink
feat: updated strapi names
Browse files Browse the repository at this point in the history
  • Loading branch information
gmat224 committed Dec 22, 2024
1 parent 70ed4a4 commit f9d8b9e
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion strapi/src/api/answer/content-types/answer/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"singularName": "answer",
"pluralName": "answers",
"displayName": "Answer",
"displayName": "Answers",
"description": ""
},
"options": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"singularName": "event-gallery",
"pluralName": "event-galleries",
"displayName": "Event_Gallery"
"displayName": "Past Event Photos"
},
"options": {
"draftAndPublish": true
Expand Down
2 changes: 1 addition & 1 deletion strapi/src/api/event/content-types/event/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"singularName": "event",
"pluralName": "events",
"displayName": "Event",
"displayName": "Events",
"description": ""
},
"options": {
Expand Down
2 changes: 1 addition & 1 deletion strapi/src/api/exec/content-types/exec/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"singularName": "exec",
"pluralName": "execs",
"displayName": "Exec",
"displayName": "Executives",
"description": ""
},
"options": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"singularName": "introduction",
"pluralName": "introductions",
"displayName": "Introduction",
"displayName": "About Us Page",
"description": ""
},
"options": {
Expand Down
2 changes: 1 addition & 1 deletion strapi/src/api/partner/content-types/partner/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"singularName": "partner",
"pluralName": "partners",
"displayName": "Partner "
"displayName": "Sponsors"
},
"options": {
"draftAndPublish": true
Expand Down
2 changes: 1 addition & 1 deletion strapi/src/api/people/content-types/people/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"singularName": "people",
"pluralName": "peoples",
"displayName": "People",
"displayName": "Members",
"description": ""
},
"options": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"singularName": "previous-team",
"pluralName": "previous-teams",
"displayName": "Previous_Team"
"displayName": "Previous Executives"
},
"options": {
"draftAndPublish": true
Expand Down
2 changes: 1 addition & 1 deletion strapi/src/api/question/content-types/question/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"singularName": "question",
"pluralName": "questions",
"displayName": "Question",
"displayName": "Ticket Questions",
"description": ""
},
"options": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"singularName": "some-photo",
"pluralName": "some-photos",
"displayName": "Some_Photo",
"displayName": "Polaroids on Home Page",
"description": ""
},
"options": {
Expand Down
2 changes: 1 addition & 1 deletion strapi/src/api/ticket/content-types/ticket/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"singularName": "ticket",
"pluralName": "tickets",
"displayName": "Ticket",
"displayName": "Tickets",
"description": ""
},
"options": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"singularName": "user-ticket",
"pluralName": "user-tickets",
"displayName": "People_Ticket",
"displayName": "Tickets Purchased by Members",
"description": ""
},
"options": {
Expand Down
2 changes: 1 addition & 1 deletion strapi/src/api/value/content-types/value/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"singularName": "value",
"pluralName": "values",
"displayName": "Value"
"displayName": "AUIS Values"
},
"options": {
"draftAndPublish": true
Expand Down

0 comments on commit f9d8b9e

Please sign in to comment.