Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/common/localization/en-us.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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*/
2 changes: 1 addition & 1 deletion src/common/localization/es-cl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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*/
2 changes: 1 addition & 1 deletion src/react/components/shell/appSurveyLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default class AppSurveyLink extends React.PureComponent {
<a className="app-survey-link-anchor"
target="_blank"
rel="noopener noreferrer"
href="https://aka.ms/FR-HaTS-Survey">
href="https://go.microsoft.com/fwlink/?linkid=2163219">
{strings.appSurveyText}
</a>
)
Expand Down