From 032f1a204fb26c726890dc3b3c9b32d40a6b5b87 Mon Sep 17 00:00:00 2001 From: anemne <63043552+anemne@users.noreply.github.com> Date: Thu, 5 Sep 2024 09:10:48 +0200 Subject: [PATCH] Update studio/schemas/documents/compensations.ts Co-authored-by: christinaroise <54266462+christinaroise@users.noreply.github.com> --- studio/schemas/documents/compensations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/studio/schemas/documents/compensations.ts b/studio/schemas/documents/compensations.ts index 50f6ac3d7..b002b47dd 100644 --- a/studio/schemas/documents/compensations.ts +++ b/studio/schemas/documents/compensations.ts @@ -23,7 +23,7 @@ const compensations = defineType({ defineField({ name: "showSalaryCalculator", title: "Show Salary Calculator", - description: "Should the salary calculator be visible on the page?", + description: "Toggle this setting to show or hide the salary calculator on the page.", type: "boolean", initialValue: true, }),