mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-05 04:59:26 +05:30
13 lines
510 B
TypeScript
13 lines
510 B
TypeScript
/**
|
|
* Extract this file to the level upper to keep the messages prefix. Will be resolved later.
|
|
*/
|
|
|
|
import { defineMessages } from 'react-intl';
|
|
|
|
export default defineMessages({
|
|
mfaIntroduction:
|
|
'First of all, you need to install one of our suggested apps on your phone. This app will generate login codes for you. Please choose your OS to get corresponding installation links.',
|
|
installOnOfTheApps: 'Install one of the following apps:',
|
|
findAlternativeApps: 'Find alternative apps',
|
|
});
|