@@ -39,9 +39,19 @@ export default function FreshdeskAuthorization({
3939  } 
4040
4141  const  freshdeskInstructions  =  ` 
42-             <h4>${ __ ( 'App Domain Example ' ,  'bit-integrations' ) }  
42+             <h4>${ __ ( 'Locate Your  App Domain' ,  'bit-integrations' ) }  
4343            <ul> 
44-                 <li>https://domain-help.freshdesk.com/</li> 
44+                 <li>${ __ ( 'Access your Freshdesk account.' ,  'bit-integrations' ) }  
45+                 <li>${ __ ( 'Copy the URL displayed in your browser’s address bar' ,  'bit-integrations' ) }  
46+                 <li>${ __ ( 'Paste the copied App Domain into the designated “App Domain” field within the integrations you’re setting up.' ,  'bit-integrations' ) }  
47+             </ul> 
48+             <h4>${ __ ( 'Retrieve Your App API Key' ,  'bit-integrations' ) }  
49+             <ul> 
50+                 <li>${ __ ( 'Within your Freshdesk account, click on your profile icon, situated in the top right corner.' ,  'bit-integrations' ) }  
51+                 <li>${ __ ( 'Select “Profile Settings” from the options that appear.' ,  'bit-integrations' ) }  
52+                 <li>${ __ ( 'Locate your App API key, prominently displayed on the top right side of the Profile Settings page.' ,  'bit-integrations' ) }  
53+                 <li>${ __ ( 'Copy this key.' ,  'bit-integrations' ) }  
54+                 <li>${ __ ( 'Paste the copied App API key into the designated “App API key” field within the integrations you’re configuring.' ,  'bit-integrations' ) }  
4555            </ul>` 
4656
4757  return  ( 
@@ -69,17 +79,6 @@ export default function FreshdeskAuthorization({
6979        disabled = { isInfo } 
7080      /> 
7181
72-       < small  className = "d-blk mt-5" > 
73-         { __ ( 'To get access Token , Please Visit' ,  'bit-integrations' ) } { ' ' } 
74-         < a 
75-           className = "btcd-link" 
76-           href = "https://bitcode-help.freshdesk.com/a/profiles/72009210017/edit" 
77-           target = "_blank" 
78-           rel = "noreferrer" > 
79-           { __ ( 'FreshDesk Console' ,  'bit-integrations' ) } 
80-         </ a > 
81-       </ small > 
82- 
8382      < div  className = "mt-3" > 
8483        < b > { __ ( 'Your App Domain:' ,  'bit-integrations' ) } </ b > 
8584      </ div > 
@@ -92,6 +91,7 @@ export default function FreshdeskAuthorization({
9291        placeholder = { __ ( 'App Domain...' ,  'bit-integrations' ) } 
9392        disabled = { isInfo } 
9493      /> 
94+       < small  className = "d-blk mt-2" > { `${ __ ( 'App Domain Example' ,  'bit-integrations' ) }  } </ small > 
9595      < div  style = { {  color : 'red'  } } > { error . app_domain } </ div > 
9696
9797      < div  className = "mt-3" > 
@@ -106,6 +106,16 @@ export default function FreshdeskAuthorization({
106106        placeholder = { __ ( 'Access Token...' ,  'bit-integrations' ) } 
107107        disabled = { isInfo } 
108108      /> 
109+       < small  className = "d-blk mt-2" > 
110+         { __ ( 'To get access Token , Please Visit' ,  'bit-integrations' ) } { ' ' } 
111+         < a 
112+           className = "btcd-link" 
113+           href = { `${ freshdeskConf ?. app_domain  ||  'https://domain.freshdesk.com' }  } 
114+           target = "_blank" 
115+           rel = "noreferrer" > 
116+           { __ ( 'FreshDesk Console' ,  'bit-integrations' ) } 
117+         </ a > 
118+       </ small > 
109119      < div  style = { {  color : 'red'  } } > { error . api_key } </ div > 
110120
111121      { ! isInfo  &&  ( 
0 commit comments