From 4a518d76b8cb1af413ad01592f2d84d9760b64f4 Mon Sep 17 00:00:00 2001 From: Anantshree Chandola Date: Tue, 25 Jun 2024 16:50:12 +0530 Subject: [PATCH] fix (#10172) --- frontend/src/_components/Zendesk.jsx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/frontend/src/_components/Zendesk.jsx b/frontend/src/_components/Zendesk.jsx index 0faf373109..e669d6dff1 100644 --- a/frontend/src/_components/Zendesk.jsx +++ b/frontend/src/_components/Zendesk.jsx @@ -93,10 +93,7 @@ const Zendesk = ({
Scope(s)

- { - (`If you want your ${whiteLabelText} apps to modify your Zendesk resources, make sure to select read and write access`, - { whiteLabelText }) - } + {`If you want your ${whiteLabelText} apps to modify your Zendesk resources, make sure to select read and write access`}

optionchanged('access_type', 'read')} text="Read only" - helpText={(`Your ${whiteLabelText} apps can only read data from resources`, { whiteLabelText })} + helpText={`Your ${whiteLabelText} apps can only read data from resources`} /> optionchanged('access_type', 'write')} text="Read and write" - helpText={ - (`Your ${whiteLabelText} apps can read data from resources, modify resources, and more.`, - { whiteLabelText }) - } + helpText={`Your ${whiteLabelText} apps can read data from resources, modify resources, and more.`} />