Skip to content

Commit

Permalink
update benefits title and description
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaroise committed Sep 3, 2024
1 parent 362c272 commit 506c90a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions studio/schemas/documents/compensations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ const compensations = defineType({
compensationDetails,
defineField({
name: "benefits",
title: "Benefits",
description: "Manage benefits for the compensations page",
title: "Included Benefits",
description:
"Add and manage information on the benefits included with the compensation package, such as health insurance, retirement plans, and paid time off.",
type: "array",
of: [{ type: benefitId }],
}),
Expand Down

0 comments on commit 506c90a

Please sign in to comment.