mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
update copy for status indicator (#6723)
This commit is contained in:
parent
0c5769ec5c
commit
4c336d1e49
@ -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.'}
|
||||
|
Loading…
Reference in New Issue
Block a user