diff --git a/src/common/localization/en-us.ts b/src/common/localization/en-us.ts index ae7bb7080..9da5e7f04 100644 --- a/src/common/localization/en-us.ts +++ b/src/common/localization/en-us.ts @@ -819,7 +819,7 @@ export const english: IAppStrings = { success: "Project token copied to clipboard and ready to share. Receiver of project token can click 'Open Cloud Project' from the Home page to use shared token.", } }, - appSurveyText: "Help us improve Form Recognizer. Take our survey!" + appSurveyText: "If you need help, please contact support. New support request" }; /*eslint-enable no-template-curly-in-string, no-multi-str*/ diff --git a/src/common/localization/es-cl.ts b/src/common/localization/es-cl.ts index f01f820d9..d9f9c5e35 100644 --- a/src/common/localization/es-cl.ts +++ b/src/common/localization/es-cl.ts @@ -823,7 +823,7 @@ export const spanish: IAppStrings = { success: "Token de proyecto copiado al portapapeles y listo para compartir. El receptor del token del proyecto puede hacer clic en 'Abrir proyecto en la nube' desde la página de inicio para usar el token compartido.", } }, - appSurveyText: "Ayúdenos a mejorar Form Recognizer. ¡Responda nuestra encuesta!" + appSurveyText: "Si necesita ayuda, póngase en contacto con soporte. Nueva solicitud de soporte técnico" }; /*eslint-enable no-template-curly-in-string, no-multi-str*/ diff --git a/src/react/components/shell/appSurveyLink.tsx b/src/react/components/shell/appSurveyLink.tsx index 3774af88b..e73c00858 100644 --- a/src/react/components/shell/appSurveyLink.tsx +++ b/src/react/components/shell/appSurveyLink.tsx @@ -8,7 +8,7 @@ export default class AppSurveyLink extends React.PureComponent { + href="https://go.microsoft.com/fwlink/?linkid=2163219"> {strings.appSurveyText} )