update copy for status indicator (#6723)

This commit is contained in:
James Gatz 2023-10-25 15:42:05 +02:00 committed by GitHub
parent 0c5769ec5c
commit 4c336d1e49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -706,7 +706,7 @@ const OrganizationRoute = () => {
/>{' '}
{user
? status.charAt(0).toUpperCase() + status.slice(1)
: 'Log in to sync your data'}
: 'Log in to full application'}
</Button>
<Tooltip
placement="top"
@ -715,7 +715,7 @@ const OrganizationRoute = () => {
>
{user
? `You are ${status === 'online'
? 'securely connected to Insomnia Cloud'
? 'securely connected to Insomnia Cloud.'
: 'offline. Connect to sync your data.'
}`
: 'Log in to Insomnia to sync your data.'}