From 9e2d289dd161177dc1ac9a593c59b489fef1ef4f Mon Sep 17 00:00:00 2001 From: Vineet Sharma Date: Fri, 6 Dec 2024 16:01:42 +0530 Subject: [PATCH] (fix) Update the description of the `printScale` configuration (#2136) Update the description of the `printScale` configuration --- packages/esm-patient-banner-app/src/config-schema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/esm-patient-banner-app/src/config-schema.ts b/packages/esm-patient-banner-app/src/config-schema.ts index 269f4e6e6..23725e415 100644 --- a/packages/esm-patient-banner-app/src/config-schema.ts +++ b/packages/esm-patient-banner-app/src/config-schema.ts @@ -47,7 +47,7 @@ export const configSchema = { }, printScale: { _type: Type.String, - _description: 'Specifies the scale of the printout. The default value is 1.0.', + _description: 'Set the scale for the printed content. A value between 0 and 1 shrinks the content, while a value greater than 1 enlarges it. The scale must be greater than 0.', _default: '1', }, identifiersToDisplay: {