Files
2025-01-15 15:48:43 +01:00

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