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:', });