Skip to content

Commit

Permalink
updated description for showcalculator
Browse files Browse the repository at this point in the history
  • Loading branch information
anemne committed Sep 5, 2024
1 parent 121269c commit dc0e3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studio/schemas/documents/compensations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const compensations = defineType({
name: "showSalaryCalculator",
title: "Show Salary Calculator",
description:
"Toggle this setting to show or hide the salary calculator on the page.",
"Toggle this setting to show or hide the salary calculator on the page. The salary calculator helps users estimate their total compensation based on various factors such as salary data, pension and bonuses.",
type: "boolean",
initialValue: true,
}),
Expand Down

0 comments on commit dc0e3e8

Please sign in to comment.