Skip to content

Commit

Permalink
update companyinfo name
Browse files Browse the repository at this point in the history
  • Loading branch information
anemne committed Sep 2, 2024
1 parent 69e3cb0 commit 0dab9db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions studio/schemas/deskStructure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ export default (S: StructureBuilder) =>
.title("Content")
.items([
S.listItem()
.title("Organization Details")
.title("Company Details")
.icon(CaseIcon)
.child(
S.list()
.title("Organization Details")
.title("Company Details")
.items([
S.listItem()
.title("Company Information")
Expand Down

0 comments on commit 0dab9db

Please sign in to comment.