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.`}
/>