mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
12 lines
550 B
TypeScript
12 lines
550 B
TypeScript
import { defineMessages } from 'react-intl';
|
|
|
|
export default defineMessages({
|
|
applicationName: 'Application name:',
|
|
appDescriptionWillBeAlsoVisibleOnOauthPage:
|
|
"Application's description will be displayed at the authorization page too. It isn't a required field. In authorization process the value may be overridden.",
|
|
description: 'Description:',
|
|
websiteLinkWillBeUsedAsAdditionalId:
|
|
"Site's link is optional, but it can be used as an additional identifier of the application.",
|
|
websiteLink: 'Website link:',
|
|
});
|