diff --git a/src/webparts/laserficheAdminConfiguration/components/HomePage/HomePage.tsx b/src/webparts/laserficheAdminConfiguration/components/HomePage/HomePage.tsx index e9b0a41..dc9d0f7 100644 --- a/src/webparts/laserficheAdminConfiguration/components/HomePage/HomePage.tsx +++ b/src/webparts/laserficheAdminConfiguration/components/HomePage/HomePage.tsx @@ -2,10 +2,21 @@ import * as React from 'react'; require('./../../../../Assets/CSS/commonStyles.css'); require('../../../../Assets/CSS/bootstrap.min.css'); +const YOU_MUST_BE_CLOUD_USER_TO_USE_WEB_PART = + 'You must be a currently licensed Laserfiche Cloud user to use this web part.'; +const FOR_MORE_INFO_VISIT = 'For more information visit'; + export default function HomePage(): JSX.Element { return (
+

+ {`${YOU_MUST_BE_CLOUD_USER_TO_USE_WEB_PART} ${FOR_MORE_INFO_VISIT} `} + + laserfiche.com + + {`.`} +

Use the Laserfiche Administration page to edit your SharePoint and Laserfiche configuration. Sign in and select the task you want to @@ -17,7 +28,7 @@ export default function HomePage(): JSX.Element { href='https://laserfiche.github.io/laserfiche-sharepoint-integration/' target='_blank' rel='noreferrer' - style={{color: '#0079d6'}} + style={{ color: '#0079d6' }} > help documentation. @@ -31,8 +42,8 @@ export default function HomePage(): JSX.Element { Profiles govern how documents in SharePoint will be saved to Laserfiche. You can create multiple profiles for different SharePoint content types. For example, if you want applications - stored differently than invoices, create separate - profiles for each content type. + stored differently than invoices, create separate profiles for + each content type.